packages feed

hosc-0.16: hosc.cabal

Name:              hosc
Version:           0.16
Synopsis:          Haskell Open Sound Control
Description:       @hosc@ implements a subset of the Open Sound Control
                   byte protocol, <http://opensoundcontrol.org/>.
                   .
                   See "Sound.OSC.Core" or "Sound.OSC" or "Sound.OSC.FD".
License:           GPL
Category:          Sound
Copyright:         (c) Rohan Drape, Stefan Kersten and others, 2007-2017
Author:            Rohan Drape, Stefan Kersten
Maintainer:        rd@slavepianos.org
Stability:         Experimental
Homepage:          http://rd.slavepianos.org/t/hosc
Tested-With:       GHC == 8.0.1
Build-Type:        Simple
Cabal-Version:     >= 1.8
Data-Files:        README

Library
  Build-Depends:   base >= 4.7 && < 5,
                   binary >= 0.7.2,
                   blaze-builder >= 0.3,
                   bytestring,
                   data-binary-ieee754,
                   network >= 2.3,
                   time,
                   transformers
  GHC-Options:     -Wall -fwarn-tabs
  Exposed-modules: Sound.OSC
                   Sound.OSC.Coding.Byte
                   Sound.OSC.Coding.Cast
                   Sound.OSC.Coding.Class
                   Sound.OSC.Coding.Convert
                   Sound.OSC.Coding.Decode.Base
                   Sound.OSC.Coding.Decode.Binary
                   Sound.OSC.Coding.Encode.Base
                   Sound.OSC.Coding.Encode.Builder
                   Sound.OSC.Core
                   Sound.OSC.Datum
                   Sound.OSC.Datum.Datem
                   Sound.OSC.Datum.Normalise
                   Sound.OSC.Datum.Unpack
                   Sound.OSC.FD
                   Sound.OSC.Packet
                   Sound.OSC.Packet.Class
                   Sound.OSC.Packet.Coerce
                   Sound.OSC.Time
                   Sound.OSC.Transport.FD
                   Sound.OSC.Transport.FD.TCP
                   Sound.OSC.Transport.FD.UDP
                   Sound.OSC.Transport.Monad
                   Sound.OSC.Wait

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