Name:              hosc
Version:           0.19.1
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-3
License-File:      contrib/LICENSE
Category:          Sound
Copyright:         (c) Rohan Drape, Stefan Kersten and others, 2007-2021
Author:            Rohan Drape, Stefan Kersten
Maintainer:        rd@rohandrape.net
Stability:         Experimental
Homepage:          http://rohandrape.net/t/hosc
Tested-With:       GHC == 8.8.4
Build-Type:        Simple
Cabal-Version:     >= 1.10
Data-Files:        README.md

Library
  Build-Depends:   base >= 4.8 && < 5,
                   binary >= 0.7.2,
                   blaze-builder >= 0.3,
                   bytestring,
                   data-binary-ieee754,
                   network >= 2.3,
                   time >= 1.5,
                   transformers
  Default-Language:Haskell2010
  GHC-Options:     -Wall -fwarn-tabs
  if impl(ghc < 8.4)
    cpp-options: -DIMPORT_SEMIGROUP
  Exposed-modules: Sound.OSC
                   Sound.OSC.Coding.Byte
                   Sound.OSC.Coding.Cast
                   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.FD
                   Sound.OSC.Packet
                   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:            git
  Location:        https://gitlab.com/rd--/hosc