name: accelerate-io-cereal
version: 0.1.0.0
cabal-version: >= 1.10
build-type: Simple
synopsis: Binary serialisation of Accelerate arrays using cereal
Description:
This package provides efficient binary serialisation of Accelerate arrays
via the cereal libary.
.
Refer to the main /Accelerate/ package for more information:
<http://hackage.haskell.org/package/accelerate>
license: BSD3
license-file: LICENSE
author: The Accelerate Team
maintainer: Trevor L. McDonell <trevor.mcdonell@gmail.com>
homepage: https://github.com/AccelerateHS/accelerate-io#readme
bug-reports: https://github.com/AccelerateHS/accelerate-io/issues
category: Accelerate, Data
extra-source-files:
README.md
CHANGELOG.md
library
build-depends:
base >= 4.8 && < 5
, accelerate >= 1.3
, accelerate-io-bytestring >= 0.1
, cereal >= 0.5
exposed-modules:
Data.Array.Accelerate.IO.Data.Serialize
ghc-options:
-O2
-Wall
-funbox-strict-fields
ghc-prof-options:
-fprof-auto
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/AccelerateHS/accelerate-io
-- vim: nospell