hdf5-lite alternatives and similar packages
Based on the "Data" category.
Alternatively, view hdf5-lite alternatives based on common mentions on social networks and blogs.
-
compendium-client
DISCONTINUED. Mu (μ) is a purely functional framework for building micro services. -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of hdf5-lite or a related project?
README
hdf5-lite
Bindings to the HDF5 "lite" interface: https://support.hdfgroup.org/HDF5/doc/HL/RM_H5LT.html
Warning
Experimental, partly tested and incomplete, not meant for production use.
Dependencies
The HDF5 library headers must be correctly installed at
/usr/local/hdf5/include
. In particular, the file/usr/local/hdf5/include/hdf5_hl.h
must be presentThe
stack
build toolThe
c2hs
tool (in case you don't have it,stack install c2hs
)
Installation
make
- generates the Haskell types by running
c2hs
. This is necessary since HDF5 may be configured to use specific numerical precisions etc. - runs
stack build
- generates the Haskell types by running
Credits
Inspiration : hnetcdf