bindings-codec2-0.1.0.0: bindings-codec2.cabal
name: bindings-codec2
version: 0.1.0.0
synopsis: Very low-level FFI bindings for Codec2
description: Bindings for Codec2 generated by jwiegley's c2hsc/bindings-dsl
homepage: https://github.com/relrod/Codec2-hs
license: GPL-2
license-file: LICENSE
author: Ricky Elrod
maintainer: ricky@elrod.me
copyright: (C) 2014 Ricky Elrod
category: Bindings, FFI, Codec
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: git://github.com/relrod/bindings-codec2
branch: master
library
exposed-modules:
Bindings.Codec2
default-extensions: ForeignFunctionInterface
build-depends: base >= 4 && < 5
, bindings-DSL >= 1.0.16 && < 1.1
extra-libraries: codec2
hs-source-dirs: src
default-language: Haskell2010
cc-options: -fPIC