servant-streamly: Servant Stream support for streamly.

[ bsd3, library, program, servant, streamly, web ] [ Propose Tags ]

Servant Stream support for streamly. Provides ToSourceIO and FromSourceIO instances for all IsStream instances.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring (>=0.10.10.0 && <0.11), http-client (>=0.6.4.1 && <0.7), resourcet (>=1.2.4.2 && <1.3), servant (>=0.16 && <0.20), servant-client (>=0.16 && <0.20), servant-server (>=0.16 && <0.20), servant-streamly, streamly (>=0.7.2 && <0.9), streamly-bytestring (>=0.1.2 && <0.2), wai (>=3.2.2.1 && <3.3), warp (>=3.3.13 && <3.4) [details]
License BSD-3-Clause
Copyright Gautier DI FOLCO
Author Gautier DI FOLCO
Maintainer gautier.difolco@gmail.com
Category Web, Servant, Streamly
Home page https://github.com/blackheaven/servant-streamly#readme
Bug tracker https://github.com/blackheaven/servant-streamly/issues
Source repo head: git clone https://github.com/blackheaven/servant-streamly
Uploaded by gdifolco at 2021-08-15T14:49:43Z
Distributions
Executables servant-streamly-example
Downloads 148 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-08-15 [all 1 reports]

Readme for servant-streamly-0.1.0.0

[back to package description]

servant-streamly

Servant Stream support for streamly.

Provides ToSourceIO and FromSourceIO instances for all IsStream instances.