packages feed

hosc-0.11: hosc.cabal

Name:              hosc
Version:           0.11
Synopsis:          Haskell Open Sound Control
Description:       @hosc@ provides "Sound.OpenSoundControl", an
                   implementation of a subset of the /Open Sound Control/
                   byte protocol documented at <http://opensoundcontrol.org/>.
License:           GPL
Category:          Sound
Copyright:         (c) Rohan Drape, Stefan Kersten and others, 2006-2011
Author:            Rohan Drape, Stefan Kersten
Maintainer:        rd@slavepianos.org
Stability:         Experimental
Homepage:          http://slavepianos.org/rd/?t=hosc
Tested-With:       GHC == 7.2.2
Build-Type:        Simple
Cabal-Version:     >= 1.8
Data-Files:        README

Library
  Build-Depends:   base == 4.*,
                   binary,
                   blaze-builder >= 0.3,
                   bytestring,
                   data-binary-ieee754,
                   network >= 2.3,
                   time
  GHC-Options:     -Wall -fwarn-tabs
  Exposed-modules: Sound.OpenSoundControl
                   Sound.OpenSoundControl.Coding.Byte
                   Sound.OpenSoundControl.Coding.Cast
                   Sound.OpenSoundControl.Coding.Coerce
                   Sound.OpenSoundControl.Coding.Decode.Base
                   Sound.OpenSoundControl.Coding.Decode.Binary
                   Sound.OpenSoundControl.Coding.Encode.Base
                   Sound.OpenSoundControl.Coding.Encode.Builder
                   Sound.OpenSoundControl.Type
                   Sound.OpenSoundControl.Coding
                   Sound.OpenSoundControl.Time
                   Sound.OpenSoundControl.Transport
                   Sound.OpenSoundControl.Transport.TCP
                   Sound.OpenSoundControl.Transport.UDP

Source-Repository  head
  Type:            darcs
  Location:        http://slavepianos.org/rd/sw/hosc/