File: bindings-gpgme.cabal

package info (click to toggle)
haskell-bindings-gpgme 0.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 80 kB
  • ctags: 3
  • sloc: ansic: 6; makefile: 5; haskell: 2
file content (31 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
cabal-version: >= 1.2.3
name: bindings-gpgme
homepage: http://bitbucket.org/mauricio/bindings-gpgme
synopsis:
  Low level bindings to gpgme.
version: 0.1.4
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
  cc-options: -D_FILE_OFFSET_BITS=64