packages feed

xmms2-client-glib-0.0.7.0: xmms2-client-glib.cabal

name:               xmms2-client-glib
version:            0.0.7.0

author:             Oleg Belozeorov
maintainer:         Oleg Belozeorov <upwawet@gmail.com>
copyright:          (C) 2009-2010 Oleg Belozeorov
license:            LGPL-3
license-file:       COPYING

category:           Sound
synopsis:           An XMMS2 client library — GLib integration.
description:
  This package provides an interface to the X-platform Music Multiplexing
  System 2 (http://xmms2.xmms.se) client GLib integration API.

cabal-version:      >= 1.6
build-type:         Simple
extra-source-files: xmms2-client-glib.buildinfo.in,
                    configure.ac,
                    configure,
                    aclocal.m4,
                    src/Makefile.in,
                    src/XMMS2/Makefile.in,
                    src/XMMS2/Client/Makefile.in,
                    Makefile.in
extra-tmp-files:    config.status, config.log,
                    xmms2-client-glib.buildinfo, C2HS.hs,
                    hlint.out

library
  exposed-modules:  XMMS2.Client.Glib
  other-modules:    C2HS
  build-depends:    base >= 4 && < 5, haskell98, xmms2-client == 0.0.7.0
  build-tools:      c2hs
  hs-source-dirs:   ., src
  extensions:       ForeignFunctionInterface


source-repository head
  type:             git
  location:         git://github.com/upwawet/xmms2hs.git
  subdir:           client-glib

source-repository this
  type:             git
  location:         git://github.com/upwawet/xmms2hs.git
  subdir:           client-glib
  tag:              v0.0.7.0