@hackage libssh2-conduit0.2.1
Conduit wrappers for libssh2 FFI bindings (see libssh2 package).
Categories
License
BSD-3-Clause
Maintainer
portnov84@rambler.ru
Links
Versions
Installation
Dependencies (6)
- base >=4 && <5
- bytestring >=0.10
- conduit >=1.0.7
- libssh2 >=0.2.0.5
- stm
- transformers Show all…
Dependents (2)
@hackage/acme-everything, @hackage/batchd
Package Flags
example-client
(off by default)
Build the example client
This package provides Conduit interface (see conduit package) for libssh2 FFI bindings (see libssh2 package). This allows one to receive data from SSH channels lazily, without need to read all channel output to the memory.