packages feed

bindings-gobject-0.2.1: bindings-gobject.cabal

cabal-version: >= 1.2.3
name: bindings-gobject
homepage: http://bitbucket.org/mauricio/bindings-gobject
synopsis:
  Low level bindings supporting GObject and derived libraries.
description:
  This package contains bindings to GObject 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. Besides
  GObject functionality, it also provides a few macros
  for easy mapping of code following recomended conventions.
  You can find documentation at this package homepage:
  .
  <http://bitbucket.org/mauricio/bindings-gobject>
version: 0.2.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.3 && < 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.Signals
    Bindings.GObject.TypeInformation
    Bindings.GObject.ValueArrays
    Bindings.GObject.Varargs
  c-sources: src/inlines.c
  pkgconfig-depends: gobject-2.0 >= 2.24.1