packages feed

bindings-gpgme-0.1.2: bindings-gpgme.cabal

cabal-version: >= 1.2.3
name: bindings-gpgme
homepage: http://bitbucket.org/mauricio/bindings-gpgme
synopsis:
  Low level bindings to gpgme.
version: 0.1.2
license: BSD3
license-file: LICENSE
maintainer: Maurício C. Antunes <mauricio.antunes@gmail.com>
author: Maurício C. Antunes
build-type: Simple
category: FFI
bug-reports: http://bitbucket.org/mauricio/bindings-dsl/issues
library
  hs-source-dirs: src
  extensions:
    ForeignFunctionInterface
  build-depends:
    base >= 3 && < 5,
    bindings-DSL >= 1.0.15 && < 1.1
  exposed-modules:
    Bindings.Gpgme
  c-sources:
    src/inlines.c
  includes:
    gpgme.h
    gpg-error.h
  extra-libraries:
    gpgme