packages feed

alsa-0.3: alsa.cabal

Name: alsa
Version: 0.3
Copyright: Bjorn Bringert, Iavor S. Diatchki, Henning Thielemann
Maintainer: Henning Thielemann <alsa@henning-thielemann.de>
Author: Bjorn Bringert <bjorn@bringert.net>, Iavor S. Diatchki <iavor.diatchki@gmail.com>
Category: Sound, Music
License: BSD3
License-file: LICENSE
Homepage: http://www.haskell.org/haskellwiki/ALSA
Build-depends:
  sample-frame >=0.0.1 && <0.1,
  array >= 0.1 && <0.3,
  base >= 3 && <4
Stability: Experimental
Extensions: ForeignFunctionInterface, GeneralizedNewtypeDeriving, EmptyDataDecls
Build-Type: Simple

Synopsis: Binding to the ALSA Library API.
Description:
  This package provides access to
  .
   * ALSA sequencer (MIDI support)
  .
   * ALSA realtime audio signal input and output

Ghc-options: -Wall
Exposed-Modules:
  Sound.Alsa
  Sound.Alsa.Core
  Sound.Alsa.Error
  Sound.Alsa.Sequencer
  Sound.Alsa.Sequencer.Client
  Sound.Alsa.Sequencer.Port
  Sound.Alsa.Sequencer.Event
  Sound.Alsa.Sequencer.Queue

Other-modules:
  Sound.Alsa.C2HS
  Sound.Alsa.Sequencer.Marshal
  Sound.Alsa.Sequencer.Area
  Sound.Alsa.Sequencer.Errors
  Sound.Alsa.Sequencer.Sequencer

Extra-Source-Files:
  examples/duplex.hs
  examples/play.hs
  examples/record.hs
  examples/volume_meter.hs
  examples/Makefile

Includes: alsa/asoundlib.h
Extra-libraries: asound