caerbannog: That rabbit's got a vicious streak a mile wide!
Warning: This package is not maintained anymore.
Caerbannog is a drop in replacement for the binary-bits
package. Unlike
binary-bits
Caerbannog works with GHC 8.10, 8.8, and 8.6.
The original package description of binary-bits
at version 0.5 was: "Bit
parsing/writing on top of binary. Provides functions to read and write bits
to and from 8/16/32/64 words."
Caerbannog allows you to do bit level gets and puts on top of the interface
provided by the binary
package. This can be useful for parsing or
generating binary formats that are not byte aligned.
There are many names for these types of actions: get and put, read and write, parse and generate, deserialize and serialize, decode and encode. Caerbannog doesn't care which word you use. It'll work anyway.
[Skip to Readme]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
pedantic | Enables | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- caerbannog-1.0.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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.13.0 && <4.18), binary (>=0.8.7 && <0.9), bytestring (>=0.10.10 && <0.12) [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 2022-08-28T12:19:28Z |
Distributions | |
Reverse Dependencies | 1 direct, 1 indirect [details] |
Downloads | 1172 total (34 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 2022-08-28 [all 1 reports] |