hdf5-lite: High-level bindings to the HDF5 "lite" interface

[ bsd3, data, library ] [ Propose Tags ]

This library wraps the simplified ("lite") interface to the HDF5 data format.


[Skip to Readme]

Modules

  • Data
    • HDF5
      • Data.HDF5.Lite

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Dependencies base (>=4.7 && <5), containers, exceptions, ghc-prim, inline-c, primitive, template-haskell, text, vector [details]
License BSD-3-Clause
Copyright 2018 Marco Zocca
Author Marco Zocca
Maintainer zocca.marco gmail
Category Data
Home page https://github.com/ocramz/hdf5-lite
Source repo head: git clone https://github.com/ocramz/hdf5-lite
Uploaded by ocramz at 2018-03-30T01:24:30Z
Distributions NixOS:0.1.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1349 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-03-30 [all 3 reports]

Readme for hdf5-lite-0.1.1.0

[back to package description]

hdf5-lite

Build Status

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 present

  • The stack build tool

  • The 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

Credits

Inspiration : hnetcdf