PrimitiveArray-0.1.1.2: PrimitiveArray.cabal
Name: PrimitiveArray
Version: 0.1.1.2
License: BSD3
License-file: LICENSE
Author: Christian Hoener zu Siederdissen
Maintainer: choener@tbi.univie.ac.at
Copyright: Christian Hoener zu Siederdissen, 2010-2012
Homepage: http://www.tbi.univie.ac.at/~choener/
Stability: Experimental
Category: Data
Build-type: Simple
Cabal-version: >=1.6
Synopsis:
Efficient multidimensional arrays
Description:
This library provides efficient multidimensional arrays. All
arrays are 0-based and indexed using repa-shapes.
.
Please note that this version only has the name (and author) in
common with the previous 0.0.4.0 version. The basic idea of the
library remains the same: provide efficient access to immutable
arrays.
Library
Exposed-modules:
Data.PrimitiveArray
Data.PrimitiveArray.Unboxed
Build-depends:
base >= 4 && <5,
primitive >= 0.4,
vector >= 0.9,
repa >= 2.0
ghc-options:
-Odph
-funbox-strict-fields
source-repository head
type: git
location: git://github.com/choener/PrimitiveArray