bits: Various bit twiddling and bitwise serialization primitives

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

Various bit twiddling and bitwise serialization primitives.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.2.1, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.4, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.6
Change log CHANGELOG.markdown
Dependencies base (>=4.7 && <5), bytes (>=0.11 && <1), fail (>=4.9 && <4.10), mtl (>=2.0 && <2.3), transformers (>=0.2 && <0.6) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Category Data, Serialization
Home page http://github.com/ekmett/bits
Bug tracker http://github.com/ekmett/bits/issues
Source repo head: git clone git://github.com/ekmett/bits.git
Uploaded by ryanglscott at 2021-02-17T15:15:07Z
Distributions LTSHaskell:0.6, NixOS:0.6, Stackage:0.6
Reverse Dependencies 12 direct, 36 indirect [details]
Downloads 13858 total (42 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 2021-02-17 [all 1 reports]

Readme for bits-0.5.3

[back to package description]

bits

Hackage Build Status

This package provides a number of tools that are useful for dealing with files or data on a bitwise basis.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett