hosc-utils-0.14: hosc-utils.cabal
Name: hosc-utils
Version: 0.14
Synopsis: Haskell Open Sound Control Utilities
Description: hosc-utils
License: GPL
Category: Sound
Copyright: (c) Rohan Drape and others, 2006-2013
Author: Rohan Drape
Maintainer: rd@slavepianos.org
Stability: Experimental
Homepage: http://rd.slavepianos.org/?t=hosc-utils
Tested-With: GHC == 7.6.1
Build-Type: Simple
Cabal-Version: >= 1.8
Data-Files: README
executable hosc-json-cat
build-depends: base == 4.*,
bytestring,
hosc == 0.14,
hosc-json == 0.14,
json,
text,
transformers,
utf8-string
hs-source-dirs: hs
main-is: json-cat.hs
ghc-options: -Wall -fwarn-tabs
executable hosc-json-cgi
build-depends: base == 4.*,
bytestring,
cgi,
hosc == 0.14,
hosc-json == 0.14,
json,
text,
transformers,
utf8-string,
www-minus
hs-source-dirs: hs
main-is: json-cgi.hs
ghc-options: -Wall -fwarn-tabs
executable hosc-json-console
build-depends: base == 4.*,
bytestring,
haskeline,
hosc == 0.14,
hosc-json == 0.14,
json,
text,
transformers,
utf8-string
hs-source-dirs: hs
main-is: json-console.hs
ghc-options: -Wall -fwarn-tabs
executable hosc-json-nrt
build-depends: base == 4.*,
bytestring,
hosc == 0.14,
hosc-json == 0.14,
hsc3 == 0.14,
json,
text,
transformers,
utf8-string
hs-source-dirs: hs
main-is: json-nrt.hs
ghc-options: -Wall -fwarn-tabs
executable hosc-json-ws
build-depends: base == 4.*,
bytestring,
hosc == 0.14,
hosc-json == 0.14,
bytestring,
json,
text,
transformers,
utf8-string,
websockets
hs-source-dirs: hs
main-is: json-ws.hs
ghc-options: -Wall -fwarn-tabs
Source-Repository head
Type: darcs
Location: http://rd.slavepianos.org/sw/hosc-utils