bits: Various bit twiddling and bitwise serialization primitives

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

Various bit twiddling and bitwise serialization primitives


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
test-doctestsEnabled
lib-werrorDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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.5 && <5), bytes (>=0.7 && <0.8), mtl (>=2.0 && <2.2), transformers (>=0.2 && <0.4) [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 HerbertValerioRiedel at 2016-11-27T21:51:49Z
Category Data, Serialization
Home page http://github.com/analytics/bits
Bug tracker http://github.com/analytics/bits/issues
Source repo head: git clone git://github.com/analytics/bits.git
Uploaded by EdwardKmett at 2013-06-20T21:56:55Z
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 uploaded by user
Build status unknown [no reports yet]

Readme for bits-0.2.1

[back to package description]

bits

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