packages feed

hosc-0.1: hosc.cabal

Name:             hosc
Version:          0.1
License:          GPL
Copyright:        Rohan Drape, 2006-2007
Author:           Rohan Drape
Maintainer:       rd@slavepianos.org
Stability:        Experimental
Homepage:         http://slavepianos.org/rd/f/269573/
Synopsis:         Haskell Open Sound Control
Description:      Haskell implementation of the Open Sound Control byte protocol
Category:         Sound
Tested-With:      GHC
Build-Depends:    array, base, bytestring, binary, network, time
GHC-Options:      -Wall -O2
Exposed-modules:  Sound.OpenSoundControl
                  Sound.OpenSoundControl.OSC
                  Sound.OpenSoundControl.Time
                  Sound.OpenSoundControl.Cast
                  Sound.OpenSoundControl.Byte
                  Sound.OpenSoundControl.Transport
                  Sound.OpenSoundControl.Transport.TCP
                  Sound.OpenSoundControl.Transport.UDP