| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Mon, 19 Jan 2026 04:38:40 GMT
X-Served-By: cache-dfw-kdal2120125-DFW, cache-bom-vanm7210095-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768797520.381113,VS0,VE291
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
streaming-binary: Streaming interface to binary.
streaming-binary: Streaming interface to binary.
Downloads
- streaming-binary-0.3.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.3.0.0, 0.3.0.1 |
|---|---|
| Dependencies | base (>=4.7 && <5), binary (>=0.8), bytestring (>=0.10), streaming (>=0.1.4), streaming-bytestring (>=0.1.4) [details] |
| License | BSD-3-Clause |
| Copyright | (c) 2017 Mathieu Boespflug |
| Author | Mathieu Boespflug |
| Maintainer | m@tweag.io |
| Uploaded | by MathieuBoespflug at 2017-05-31T20:36:12Z |
| Category | Streaming, Parsing |
| Home page | https://github.com/mboes/streaming-binary#readme |
| Source repo | head: git clone https://github.com/mboes/streaming-binary |
| Distributions | LTSHaskell:0.3.0.1, NixOS:0.3.0.1, Stackage:0.3.0.1 |
| Reverse Dependencies | 3 direct, 1 indirect [details] |
| Downloads | 19731 total (19 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2017-05-31 [all 1 reports] |
Readme for streaming-binary-0.3.0.1
[back to package description]streaming-binary
This library offers incremental serialization and deserialization of
Haskell values using the binary package. Under the hood, we wrap the
incremental decoders from binary's Incremental API as first-class
streams as defined in streaming.