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

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), ghc-prim, hashable (>=1.1), template-haskell (>=2.8) [details]
License BSD-3-Clause
Copyright 2011-2019 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Author Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Maintainer Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
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 2021-12-05T19:09:46Z
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 18992 total (95 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-12-05 [all 1 reports]

Readme for data-dword-0.3.2.1

[back to package description]

Data-DWord

Travis Hackage

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