packages feed

hmeap-utils-0.10: hmeap-utils.cabal

Name:              hmeap-utils
Version:           0.10
Synopsis:          Haskell Meapsoft Parser Utilities
Description:       Utilities related to the hmeap parser.
License:           GPL
Category:          Sound
Copyright:         Rohan Drape and others, 2007-2011
Author:            Rohan Drape
Maintainer:        rd@slavepianos.org
Stability:         Experimental
Homepage:          http://slavepianos.org/rd/?t=hmeap-utils
Tested-With:       GHC == 6.12.1
Build-Type:        Simple
Cabal-Version:     >= 1.8

Data-files:        README
                   sh/extract.sh

Executable         hmeap-browse
 Main-Is:          cmd/browse.hs
 Build-Depends:    array,base==4.*,bytestring,bytestring-lexing,delimited-text >= 0.1.0,hmeap==0.10,parsec

Executable         hmeap-parser
 Main-Is:          cmd/parser.hs
 Build-Depends:    array,base==4.*,bytestring,bytestring-lexing,delimited-text >= 0.1.0,hmeap==0.10,parsec

Executable         hmeap-play
 Main-Is:          cmd/play.hs
 Build-Depends:    array,base==4.*,bytestring,bytestring-lexing,delimited-text >= 0.1.0,hmeap==0.10,hosc,hsc3,parsec

Executable         hmeap-plot
 Main-Is:          cmd/plot.hs
 Build-Depends:    array,base==4.*,bytestring,bytestring-lexing,delimited-text >= 0.1.0,gnuplot,hmatrix,hmeap==0.10,parsec

Executable         hmeap-stat
 Main-Is:          cmd/stat.hs
 Build-Depends:    array,base==4.*,bytestring,bytestring-lexing,delimited-text >= 0.1.0,hmatrix,hmeap==0.10,parsec

Source-Repository  head
  Type:            darcs
  Location:        http://slavepianos.org/rd/sw/hmeap-utils

-- Local Variables:
-- truncate-lines:t
-- End: