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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.4), transformers (>=0.2 && <0.7) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by ryanglscott at 2022-05-08T00:30:26Z
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-11-07T13:40:57Z
Distributions LTSHaskell:0.6, NixOS:0.6, Stackage:0.6
Reverse Dependencies 12 direct, 36 indirect [details]
Downloads 13798 total (39 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-11-07 [all 1 reports]

Readme for bits-0.6

[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