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/ . NOTE: Some warnings are produced during compilation; these appear to be the result of the Bindings-GTS macros and may safely be ignored (I hope!) . 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 . * 0.0.3 Adding missing GTS enumeration for CSG boolean operations; added some more missing functions; fixed some bad FunPtr references; added some helper methods . version: 0.0.3 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 extra-source-files: src/Bindings/GTS_inline.h library hs-source-dirs: src c-sources: src/Bindings/GTS_inline.c includes: src/Bindings/GTS_inline.h 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