packages feed

pulse-simple-0.1.11: pulse-simple.cabal

Name:            pulse-simple
Cabal-Version:   >=1.2
Version:         0.1.11
Author:          Daiki Handa
Maintainer:      xanxys@gmail.com
Synopsis:        binding to Simple API of pulseaudio
Build-Type:      Simple
License:         BSD3
License-File:    LICENSE
Category:        Sound
Description:
  Binding to simple version of client API for the pulseaudio soundserver.
  Although it does not provide advanced features and some not-so-adavanced features like
  volume control, it should be enough for simple applications.
  Tested only on 64-bit linux with ghc-6.10.3.

Library
    Extensions: ForeignFunctionInterface
    Extra-Libraries: pulse-simple
    Build-depends:   base>=3 && <4, bytestring
    Exposed-Modules: Sound.Pulse.Simple