packages feed

bindings-gpgme-0.2.0: bindings-gpgme.cabal

cabal-version: >= 1.10
name: bindings-gpgme
homepage: https://github.com/rethab/bindings-dsl
synopsis:
  Project bindings-* raw interface to gpgme
description:
  Low level bindings to gpgme, part
  of the @bindings-*@ project. See:
  .
  <https://github.com/rethab/bindings-dsl>
  .
  <http://www.gnupg.org/related_software/gpgme>
  .
  For a higher-level library, see:
  <https://github.com/rethab/h-gpgme>
version: 0.2.0
license: BSD3
license-file: LICENSE
maintainer: Reto <rethab@protonmail.ch>
author: Maurício C. Antunes
build-type: Simple
category: FFI
bug-reports: https://github.com/rethab/bindings-dsl/issues
library
  hs-source-dirs: src
  default-language:
    Haskell2010
  default-extensions:
    ForeignFunctionInterface
  build-depends:
    base >= 3 && < 5,
    bindings-DSL >= 1.0.16 && < 1.2
  exposed-modules:
    Bindings.Gpgme
  c-sources:
    src/inlines.c
  includes:
    gpgme.h
    gpg-error.h
  extra-libraries:
    gpgme
  cc-options: -D_FILE_OFFSET_BITS=64

source-repository head
  type: git
  location: https://github.com/rethab/bindings-dsl
  branch: master
  subdir: bindings-gpgme