packages feed

hsc3-process-0.5.1: hsc3-process.cabal

Name:               hsc3-process
Version:            0.5.1
Synopsis:           Create and control scsynth processes
Description:        Create and control scsynth processes.
License:            GPL
License-File:       LICENSE
Category:           Sound
Copyright:          Copyright (c) Stefan Kersten 2008-2010
Author:             Stefan Kersten
Maintainer:         Stefan Kersten
Stability:          experimental
Homepage:           http://space.k-hornz.de/software/hsc3-process
Tested-With:        GHC == 6.10.1, GHC == 6.12.3, GHC == 7.0.1
Build-Type:         Simple
Cabal-Version:      >= 1.6

Extra-Source-Files: examples/config.hs
                    examples/scsynth.cfg
                    examples/sine.hs

Library
  Exposed-Modules:  Sound.SC3.Server.Internal
                    Sound.SC3.Server.Options
                    Sound.SC3.Server.Process
                    Sound.SC3.Server.Process.CommandLine
                    -- Sound.SC3.Server.Process.ConfigFile
  -- Other-Modules:    Sound.SC3.Server.Process.Accessor

  Build-Depends:    base >= 3 && < 5
                  , bindings-sc3
                  , bytestring >= 0.8 && < 0.10
                  -- , ConfigFile >= 1
                  , containers >= 0.2
                  , data-accessor >= 0.2
                  -- , data-accessor-template >= 0.2
                  -- , data-accessor-transformers >= 0.2
                  , hosc >= 0.7 && < 0.10
                  , hsc3 >= 0.7 && < 0.10
                  , mtl
                  , process >= 1.0
                  , regex-compat >= 0.9
                  -- , template-haskell >= 2

  Ghc-Options:      -W
 
Source-Repository head
  Type:             git
  Location:         git://github.com/kaoskorobase/hsc3-process.git