name: fixed-storable-array
version: 0.3.1.0
synopsis: Fixed-size wrapper for StorableArray, providing a
Storable instance
description: Uses type-level numeric literals to wrap @StorableArray@
in a type that statically fixes its size. The wrapper has
a @Storable@ instance, for easy integration with
fixed-size native arrays.
license: BSD3
license-file: LICENSE
author: Carl Howells
maintainer: chowells79@gmail.com
category: FFI
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: https://github.com/chowells79/fixed-storable-array.git
library
exposed-modules: Foreign.Marshal.FixedStorableArray
build-depends: base ==4.6.*, array ==0.4.*, tagged ==0.6.*
ghc-options: -Wall