data-sword: Shorter binary words

[ bsd3, data, library ] [ Propose Tags ]

This package provides Template Haskell utilities for declaring short binary word data types built on top of longer binary word data types. Signed and unsigned 2, 3, 4, 5, 6, 7, 24, and 48-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.1.1, 0.2, 0.2.0.1, 0.2.0.2, 0.2.0.3
Dependencies base (>=4.7 && <5), data-bword (>=0.1), hashable (>=1.1), template-haskell [details]
License BSD-3-Clause
Copyright 2016 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-sword
Bug tracker https://github.com/mvv/data-sword/issues
Source repo head: git clone https://github.com/mvv/data-sword.git
Uploaded by MikhailVorozhtsov at 2022-09-11T14:46:35Z
Distributions NixOS:0.2.0.3
Reverse Dependencies 3 direct, 3 indirect [details]
Downloads 3725 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-09-11 [all 1 reports]

Readme for data-sword-0.2.0.3

[back to package description]

Data-SWord

Travis Hackage

This package provides Template Haskell utilities for declaring short binary word data types built on top of longer binary word data types. Signed and unsigned 2, 4, 7, 24, and 48-bit types are predefined.

Installation

The usual:

$ cabal install