packages feed

hmeap-0.8: hmeap.cabal

Name:              hmeap
Version:           0.8
Synopsis:          Haskell Meapsoft Parser
Description:       Parser for the anaylsis files produced by the
                   Meapsoft feature extractor.
License:           GPL
Category:          Sound
Copyright:         Rohan Drape, 2007-2010
Author:            Rohan Drape
Maintainer:        rd@slavepianos.org
Stability:         Experimental
Homepage:          http://slavepianos.org/rd/?t=hmeap
Tested-With:       GHC == 6.10.3
Build-Type:        Simple
Cabal-Version:     >= 1.6

Data-files:        README
                   Help/browse.hs
                   Help/Makefile
                   Help/parser.hs
                   Help/play.hs
                   Help/plot.hs
                   Help/stat.hs
                   sh/extract.sh

Library
  Build-Depends:   array,
                   base == 4.*,
                   bytestring,
                   bytestring-lexing,
                   delimited-text >= 0.1.0,
                   parsec
  GHC-Options:     -Wall -fwarn-tabs
  Exposed-modules: Sound.Analysis.Meapsoft
                   Sound.Analysis.Meapsoft.Measure
                   Sound.Analysis.Meapsoft.Header
                   Sound.Analysis.Meapsoft.Data

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