Skip to content

Commit

Permalink
replace ssh2.cr (#374)
Browse files Browse the repository at this point in the history
reasons for replacement
* project inactivity
* all IO blocks the crystal lang event loop
* incompatible with crystal 0.7+
  • Loading branch information
stakach authored and hugoabonizio committed Feb 20, 2019
1 parent 159cee9 commit 1b3fa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Contributions are welcome. Please take a quick look at the [contribution guideli
* [pledge.cr](https://github.com/chris-huxtable/pledge.cr) - Bindings for OpenBSD's `pledge(2)`
* [posix](https://github.com/ysbaddaden/posix) - POSIX/C bindings
* [soundfile](https://github.com/mjago/soundfile) - Bindings for [libsndfile](http://www.mega-nerd.com/libsndfile/) library
* [ssh2.cr](https://github.com/datanoise/ssh2.cr) - Bindings for libssh2 library
* [ssh2.cr](https://github.com/spider-gazelle/ssh2.cr) - Bindings for libssh2 library
* [syslog.cr](https://github.com/chris-huxtable/syslog.cr) - Bindings for `syslog`
* [termbox-crystal](https://github.com/andrewsuzuki/termbox-crystal) - Bindings and extension library for [termbox](https://github.com/nsf/termbox) (terminal UI library)
* [x11-cr](https://github.com/TamasSzekeres/x11-cr) - X11 bindings
Expand Down

0 comments on commit 1b3fa87

Please sign in to comment.