packages feed

bindings-gts-0.0.1: bindings-gts.cabal

cabal-version: >= 1.4
name: bindings-gts
homepage: http://gts.sourceforge.net/
synopsis:
  Low level bindings supporting GTS, the GNU Triangulated Surface Library
description:
  This package contains bindings to GTS library using
  bindings-DSL macros and style. Like GObject, it's
  not useful by itself, but as a foundation for other
  libraries making use of its type system. NOTE: these bindings
  were not made by the author(s) of GTS so please don't bug them
  about issues with the bindings! Any errors in these bindings 
  are my responsibility not that of the GTS team. Not all functionality
  is covered by these bindings at this time, but there should be enough
  to be useful.
version: 0.0.1
license: LGPL-3
license-file: LICENSE
maintainer: Joel Crisp <joel.a.crisp@googlemail.com>
author: Maurício C. Antunes (Bindings-DSL), Joel Crisp (Bindings-GTS), Stephane Popinet <s.popinet at niwa.co.nz> (GTS) 
build-type: Simple
stability: prototype
category: FFI
library
  hs-source-dirs: src
  c-sources: src/Bindings/GTS_inline.c
  include-dirs: src/Bindings
  extensions:
    ForeignFunctionInterface
  build-depends:
    base >= 3 && < 5,
    bindings-DSL >= 1.0.6 && < 1.1,
    bindings-glib >= 0.1.3 && < 0.2,
    bindings-gobject >= 0.2.1 && < 1.0 
  include-dirs: src
  exposed-modules:
      Bindings.GTS
  pkgconfig-depends: gobject-2.0 >= 2.24.1, gthread-2.0 >= 2.24.1, gmodule-2.0 >=2.24.1, gts >=0.7.6