packages feed

bindings-directfb-0.2.1: bindings-directfb.cabal

cabal-version: >= 1.10
name: bindings-directfb
homepage: https://github.com/rethab/bindings-dsl
synopsis:
  Project bindings-* raw interface to DirectFB
description:
  Low level bindings to DirectFB, part
  of the @bindings-*@ project. See:
  .
  <https://github.com/rethab/bindings-dsl>
  .
  <http://directfb.org>
version: 0.2.1
license: BSD3
license-file: LICENSE
maintainer: Reto <rethab@protonmail.ch>
author: Maurício C. Antunes
build-type: Simple
bug-reports: https://github.com/rethab/bindings-dsl/issues
category: FFI
library
  hs-source-dirs: src
  default-language:
    Haskell2010
  default-extensions:
    ForeignFunctionInterface
  build-depends:
    base >=3 && <5,
    bindings-DSL >=1.0.16 && <1.2,
    bindings-posix >=1.2.2 && <1.3
  exposed-modules:
    Bindings.DirectFB
    Bindings.DirectFB.IDirectFB
    Bindings.DirectFB.IDirectFBDataBuffer
    Bindings.DirectFB.IDirectFBDisplayLayer
    Bindings.DirectFB.IDirectFBEventBuffer
    Bindings.DirectFB.IDirectFBFont
    Bindings.DirectFB.IDirectFBGL
    Bindings.DirectFB.IDirectFBImageProvider
    Bindings.DirectFB.IDirectFBInputDevice
    Bindings.DirectFB.IDirectFBPalette
    Bindings.DirectFB.IDirectFBScreen
    Bindings.DirectFB.IDirectFBSurface
    Bindings.DirectFB.IDirectFBVideoProvider
    Bindings.DirectFB.IDirectFBWindow
    Bindings.DirectFB.Types
  pkgconfig-depends:
    directfb >=1.7 && <2
  c-sources: src/inlines.c
source-repository head
  type: git
  location: https://github.com/rethab/bindings-dsl
  branch: master
  subdir: bindings-directfb