packages feed

hmeap-utils-0.14: hmeap-utils.cabal

Name:              hmeap-utils
Version:           0.14
Synopsis:          Haskell Meapsoft Parser Utilities
Description:       Utilities related to the hmeap parser.
License:           GPL
Category:          Sound
Copyright:         Rohan Drape and others, 2007-2013
Author:            Rohan Drape
Maintainer:        rd@slavepianos.org
Stability:         Experimental
Homepage:          http://slavepianos.org/rd/?t=hmeap-utils
Tested-With:       GHC == 7.2.2
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.14.*,parsec

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

Executable         hmeap-play
 Main-Is:          cmd/play.hs
 Build-Depends:    array,base==4.*,bytestring,bytestring-lexing,delimited-text >= 0.1.0,hmeap==0.14.*,hosc==0.14.*,hsc3==0.14.*,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.14.*,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.14.*,parsec

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

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