osc-1.0.0.2: osc.cabal
name: osc
version: 1.0.0.2
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: (c) Gabriel Pickl
maintainer: Gabriel Pickl <peacemotion@gmail.com>
stability: unstable
homepage: https://github.com/peacememories/haskell-osc
bug-reports: mailto:peacemotion@gmail.com
synopsis: A library to handle messages in the OSC protocol
description: This library allows users to parse and write OSC (Open Sound Control) messages.
It uses the parsing library attoparsec to read binary data.
category: Sound
author: Gabriel Pickl
data-dir: ""
source-repository head
type: git
location: https://github.com/peacememories/haskell-osc.git
flag threaded
Default: False
library
build-depends: base >=4.2 && <5, attoparsec ==0.12.*,
binary ==0.7.*, bytestring ==0.10.*, data-binary-ieee754 ==0.4.*,
network ==2.6.*
if flag(threaded)
exposed: True
buildable: True
ghc-options: -threaded
exposed-modules: Sound.OSC Sound.OSC.Parser
exposed: True
buildable: True
hs-source-dirs: src
other-modules: Sound.OSC.Printer