Popularity
5.9
Declining
Activity
0.0
Stable
2
3
9

Monthly Downloads: 38
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    
Latest version: v1.0.6

word24 alternatives and similar packages

Based on the "Data" category.
Alternatively, view word24 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of word24 or a related project?

Add another 'Data' Package

README

Build Status Hackage

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 word24

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.