Name: jack Version: 0.5 License: GPL License-File: LICENSE Author: Soenke Hahn Maintainer: Henning Thielemann Homepage: http://open-projects.net/~shahn/index.php?seite=code Repository: http://darcs.haskell.org/jack/ Category: Sound -- base package version needed for unsafeForeignPtrToStorableArray, -- base-2.1.1 is shipped with GHC-6.6 -- in base-1.0 (GHC-6.4) this function is missing Build-Type: Custom Build-Depends: base>=2.1, array, random, unix, midi >= 0.0.6 && <= 0.0.7 Build-Tools: c2hs>=0.15.1 Synopsis: Bindings for the JACK Audio Connection Kit Description: Very basic bindings for the JACK Audio Connection Kit Hs-Source-Dirs: src Exposed-Modules: Sound.JACK, Sound.JACK.MIDI Other-Modules: Sound.JACK.FFI Tested-With: GHC== 6.8.2 ghc-options: -Wall -threaded Extensions: ForeignFunctionInterface Extra-Libraries: jack Includes: jack/jack.h, jack/midiport.h Include-Dirs: /usr/local/include, /usr/include Extra-Source-Files: README, INSTALL Executable: amplify GHC-Options: -Wall -threaded Extensions: ForeignFunctionInterface Extra-Libraries: jack Other-Modules: Sound.JACK.MIDI Hs-Source-Dirs: src, . Main-Is: examples/Amplify.hs Executable: impulse-train GHC-Options: -Wall -threaded Extensions: ForeignFunctionInterface Extra-Libraries: jack Other-Modules: Sound.JACK.MIDI Hs-Source-Dirs: src, . Main-Is: examples/ImpulseTrain.hs Executable: midimon GHC-Options: -Wall -threaded Extensions: ForeignFunctionInterface Extra-Libraries: jack Other-Modules: Sound.JACK.MIDI Hs-Source-Dirs: src, . Main-Is: examples/Midimon.hs