hw-bits: Bit manipulation

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

Please see README.md


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
sse42

Enable SSE 4.2 optimisations.

Enabled

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

Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.5, 0.0.0.6, 0.0.0.7, 0.0.0.8, 0.0.0.9, 0.0.0.10, 0.0.0.11, 0.0.0.12, 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.3.0.0, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.6.0.0, 0.7.0.0, 0.7.0.1, 0.7.0.2, 0.7.0.3, 0.7.0.4, 0.7.0.5, 0.7.0.6, 0.7.0.7, 0.7.0.8, 0.7.0.9, 0.7.1.0, 0.7.1.1, 0.7.1.2, 0.7.1.3, 0.7.1.4, 0.7.1.5, 0.7.2.0, 0.7.2.1, 0.7.2.2
Dependencies base (>=4.11 && <5), bitvec (>=1.0 && <1.2), bytestring (>=0.9 && <0.13), deepseq (>=1.4 && <1.6), hw-int (>=0.0.0.1 && <0.1), hw-prim (>=0.4.0.3 && <0.7), hw-string-parse (>=0.0.0.1 && <0.1), vector (>=0.12 && <0.14) [details]
License BSD-3-Clause
Copyright 2016-2020 John Ky
Author John Ky
Maintainer newhoggy@gmail.com
Revised Revision 3 made by haskellworks at 2024-01-07T22:38:58Z
Category Data, Bit
Home page http://github.com/haskell-works/hw-bits#readme
Bug tracker https://github.com/haskell-works/hw-bits/issues
Source repo head: git clone https://github.com/haskell-works/hw-bits
Uploaded by haskellworks at 2022-03-20T03:40:14Z
Distributions LTSHaskell:0.7.2.2, NixOS:0.7.2.2, Stackage:0.7.2.2
Reverse Dependencies 25 direct, 7 indirect [details]
Downloads 26357 total (78 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-03-20 [all 1 reports]

Readme for hw-bits-0.7.2.2

[back to package description]

hw-bits

CircleCI Travis

Facilities for manipulating bits.