@hackage libssh2-conduit0.1
Conduit wrappers for libssh2 FFI bindings (see libssh2 package).
Categories
License
BSD-3-Clause
Maintainer
portnov84@rambler.ru
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (6)
- base >=4 && <5
- conduit >=0.2.0
- libssh2
- monad-control >=0.3.1
- stm
- transformers Show all…
Dependents (2)
@hackage/acme-everything, @hackage/batchd
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.