name: bindings-codec2 version: 0.1.1.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 executable bindings-codec2-demo main-is: Demo.hs hs-source-dirs: src build-depends: base >= 4 && < 5 , binary , bindings-codec2 , bytestring , split >= 0.2 && < 0.3 default-language: Haskell2010 ghc-options: -Wall -O2