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. . NOTE: Not all functionality is covered by these bindings at this time, but there should be enough to be useful. . NOTE: Documentation does not build on Hackage DB (due to Hackage build hosts not having GTS on them) but can be built with /cabal haddock/ . Changelog: . * 0.0.1 Initial version. . * 0.0.2 Improved documentation; added some missing functions; fixed a function name; bumped version of base to >=4 . version: 0.0.2 license: LGPL-3 license-file: LICENSE maintainer: Joel Crisp author: MaurĂ­cio C. Antunes (Bindings-DSL), Joel Crisp (Bindings-GTS), Stephane Popinet (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 >= 4 && < 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 ghc-options: -Wall pkgconfig-depends: gobject-2.0 >= 2.24.1, gthread-2.0 >= 2.24.1, gmodule-2.0 >=2.24.1, gts >=0.7.6