cabal-version: >= 1.2.3
name: bindings-gobject
homepage: http://bitbucket.org/mauricio/bindings-gobject
synopsis:
Low level bindings to GObject.
version: 0.1.1
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-gobject/issues
library
hs-source-dirs: src
extensions:
ForeignFunctionInterface
build-depends:
base >= 3 && < 5,
bindings-DSL >= 1.0.6 && < 1.1,
bindings-glib >= 0.1.2 && < 0.2
include-dirs: src
install-includes:
bindings-gobject.dsl.h
bindings-gobject.cmacros.h
exposed-modules:
Bindings.GObject
Bindings.GObject.BaseObjectType
Bindings.GObject.BoxedTypes
Bindings.GObject.Closures
Bindings.GObject.EnumerationAndFlagTypes
Bindings.GObject.GenericValues
Bindings.GObject.GParamSpec
Bindings.GObject.GTypeModule
Bindings.GObject.GTypePlugin
Bindings.GObject.TypeInformation
Bindings.GObject.ValueArrays
Bindings.GObject.Varargs
c-sources: src/inlines.c
pkgconfig-depends: gobject-2.0 >= 2.22.2