word24: 24-bit word and int types for GHC

[ bsd3, data, library ] [ Propose Tags ]

24-bit Word and Int data types.


[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • Int
      • Data.Int.Int24
    • Word
      • Data.Word.Word24

Flags

Automatic Flags
NameDescriptionDefault
buildtests

Build test executables.

Disabled

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, 0.1.2, 0.1.4, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 2.0.0, 2.0.1
Dependencies base (>=3 && <4.4), QuickCheck (>=2 && <3), test-framework (>=0.2 && <0.3), test-framework-quickcheck2 (>=0.2 && <0.3) [details]
License BSD-3-Clause
Author John W. Lato, jwlato@gmail.com
Maintainer John W. Lato, jwlato@gmail.com
Revised Revision 1 made by Bodigrim at 2022-04-11T18:40:48Z
Category Data
Home page http://www.tiresiaspress.us/haskell/word24
Source repo head: darcs get http://www.tiresiaspress.us/haskell/word24
Uploaded by JohnLato at 2011-08-31T12:03:15Z
Distributions
Reverse Dependencies 7 direct, 10 indirect [details]
Executables testWord24
Downloads 10884 total (37 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-27 [all 8 reports]

Readme for word24-1.0.1

[back to package description]
This library implements 24-bit word and int types suitable for use in vector
processing.

Storable implementations are provided, however as they use a size and alignment
of 3 bytes care should be taken to ensure they are compatible if used in
conjunction with the FFI.

These types use unboxed data and GHC primitives, and are unlikely to be
compatible with other Haskell compilers.

INSTALLATION INSTRUCTIONS

This library uses the Hackage/Cabal build system.  You will need a working
Haskell compiler and appropriate build system.  This is most easily met
by installing the Haskell Platform.  The following command will install
the library:

cabal install iteratee

This library is pure Haskell, and should install on any system with a suitable
Haskell compiler with no extra steps required.  In particular, POSIX-compatible,
Mac OSX, and Windows should all be supported.

INSTALLATION OPTIONS:

This library supports the following cabal flags:
  splitBase (default enabled): use the split-up base package.