bindings-hdf5-0.1.3: bindings-hdf5.cabal
cabal-version: >= 1.10
name: bindings-hdf5
synopsis:
Project bindings-* raw interface to HDF5 library
description:
Low level bindings to HDF5, part
of the @bindings-*@ project. See:
.
<https://github.com/rethab/bindings-dsl>
.
<http://www.hdfgroup.org/HDF5>
version: 0.1.3
license: BSD3
license-file: LICENSE
maintainer: Reto <rethab@protonmail.ch>
author: Maurício C. Antunes
build-type: Configure
category: FFI
bug-reports: https://github.com/rethab/bindings-dsl/issues
extra-source-files:
ax_lib_hdf5.m4,
bindings-hdf5.buildinfo.in,
configure.ac,
configure
extra-tmp-files:
bindings-hdf5.buildinfo,
config.log,
config.status
library
hs-source-dirs: src
default-language:
Haskell2010
default-extensions:
ForeignFunctionInterface
build-depends:
base >=3 && < 5,
bindings-DSL >= 1.0.17 && < 1.2
exposed-modules:
Bindings.HDF5
Bindings.HDF5.Types
Bindings.HDF5.HighLevelAPI
Bindings.HDF5.LowLevelAPI
source-repository head
type: git
location: https://github.com/rethab/bindings-dsl
branch: master
subdir: bindings-hdf5