packages feed

x-dsp-0.2: x-dsp.cabal

Name:                x-dsp
Version:             0.2
Synopsis:            A embedded DSL for manipulating DSP languages in Haskell
Description:         Provides a tagless-final language family for manipulating
                     audio programming languages (e.g. Csound, Supercollider).
                     A CSound backend is provided, however the language is
                     completely open so others can be added by users.
Homepage:            http://jwlato.webfactional.com/haskell/x-dsp
License:             GPL-3
License-file:        LICENSE
Author:              John W. Lato
Maintainer:          jwlato@gmail.com
Category:            Sound, Music
Build-type:          Simple
Cabal-version:       >=1.6

extra-source-files:
  README, tools/CsMaps.hs, tools/CsParser.hs, tools/CsoundImplTemplate.hs,
  tools/foo.csd, tools/gen_Csound_Classes.sh, tools/gen_Csound_backend.sh,
  tools/mkClass.hs, tools/mkOp.hs

Library
  Hs-Source-Dirs:    src
  Exposed-modules:   Language.XDsp.Semantics
                     Language.XDsp.Semantics.BasicExtensions
                     Language.XDsp.Semantics.Core
                     Language.XDsp.Semantics.CsoundExt
                     Language.XDsp.Semantics.CsoundExt.All
                     Language.XDsp.Semantics.CsoundExt.Core
                     Language.XDsp.Semantics.Extras
                     Language.XDsp.Semantics.Extras.Delay
                     Language.XDsp.Semantics.Extras.FSig
                     Language.XDsp.Implementations.Csound
                     Language.XDsp.Implementations.HaskellNative
  Build-depends:     base             >= 3   && < 5
                    ,array            >= 0.2 && < 0.4
                    ,bytestring       >= 0.9 && < 0.10
                    ,containers       >= 0.2 && < 0.5
                    ,monads-tf        >= 0.1 && < 0.2
                    ,text             >= 0.7 && < 0.13
                    ,transformers     >= 0.2 && < 0.3
                    ,type-level       >= 0.2 && < 0.3

source-repository head
  type:     darcs
  location: http://www.tiresiaspress.us/haskell/x-dsp