data-dword: Stick two binary words together to get a bigger one

[ bsd3, data, library ] [ Propose Tags ]

This package provides Template Haskell utilities for declaring fixed-length binary word data types. Signed and unsigned 96, 128, 160, 192, 224, and 256-bit types are predefined.


[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.2.2, 0.3, 0.3.1, 0.3.1.1, 0.3.1.2, 0.3.1.3, 0.3.2, 0.3.2.1
Dependencies base (>=4.6 && <5), data-bword (>=0.1 && <0.2), ghc-prim, hashable (>=1.1 && <1.3), template-haskell (>=2.8 && <2.12) [details]
License BSD-3-Clause
Copyright 2011-2014 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Author Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Maintainer Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Revised Revision 1 made by HerbertValerioRiedel at 2019-02-09T15:32:24Z
Category Data
Home page https://github.com/mvv/data-dword
Bug tracker https://github.com/mvv/data-dword/issues
Source repo head: git clone https://github.com/mvv/data-dword.git
Uploaded by MikhailVorozhtsov at 2016-07-06T19:51:20Z
Distributions Arch:0.3.2.1, LTSHaskell:0.3.2.1, NixOS:0.3.2.1, Stackage:0.3.2.1
Reverse Dependencies 14 direct, 76 indirect [details]
Downloads 18901 total (83 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-07-06 [all 1 reports]

Readme for data-dword-0.3.1

[back to package description]

Data-DWord

This package provides Template Haskell utilities for declaring fixed-length binary word data types. Signed and unsigned 96, 128, 160, 192, 224, and 256-bit types are predefined.

Installation

The usual:

$ cabal install