caerbannog: Bit parsing/writing on top of binary.

[ bsd3, data, library, parsing ] [ Propose Tags ]

Bit parsing/writing on top of binary. Provides functions to read and write bits to and from 8/16/32/64 words.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.6.0.2, 0.6.0.3, 0.6.0.4, 0.6.0.5, 0.6.1.0, 0.6.1.1, 1.0.0.0, 1.0.0.1, 1.0.0.2
Change log CHANGELOG.markdown
Dependencies base (>=4.12.0 && <4.15), binary (>=0.8.6 && <0.9), bytestring (>=0.10.8 && <0.11) [details]
License BSD-3-Clause
Author Lennart Kolmodin
Maintainer Taylor Fausak
Category Data, Parsing
Source repo head: git clone https://github.com/tfausak/caerbannog
Uploaded by fozworth at 2020-08-04T01:20:45Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1012 total (20 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-08-04 [all 1 reports]

Readme for caerbannog-0.6.0.2

[back to package description]

caerbannog

Bit parsing/writing on top of binary.