musicxml: MusicXML format encoded as Haskell type and functions of reading and writting.

[ bsd3, library, music, text, xml ] [ Propose Tags ]

This package presents MusicXML format typed at Haskell language to be interface between MusicXML format and MusicXML applications developed using Haskell. This package allows read and write MusicXML documents at least 2.0 version as partwise or timewise format besides opus and container specification.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
splitbase

base >= 3

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2
Change log CHANGELOG
Dependencies base (<4), containers, directory, HaXml (>=1.19.4), old-time, pretty [details]
License BSD-3-Clause
Copyright Copyright (c) 2008-2009 Samuel Silva
Author Samuel Silva <silva.samuel@alumni.uminho.pt>
Maintainer Samuel Silva <silva.samuel@alumni.uminho.pt>
Category Text, XML, Music
Home page https://troglodita.di.uminho.pt/svn/musica/work/MusicXML
Uploaded by SamuelSilva at 2009-08-04T17:36:02Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 3172 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for musicxml-0.1.2

[back to package description]
=====================================================================
==                         R E A D M E                             ==
=====================================================================

=====================================================================
== Overview
    => Library to handle MusicXML

=====================================================================
== Install
    => Use Cabal to build and install:
            runhaskell Setup.hs configure
            runhaskell Setup.hs haddock     [recommended]
            runhaskell Setup.hs build
            runhaskell Setup.hs install
    => Or use cabal-install:
            cabal configure
            cabal haddock                   [recommended]
            cabal install

== Dependencies
    => HaXml

=====================================================================
== Using
    => GHC environment
        ghc -package MusicXML Files
        ghci -package MusicXML Files

=====================================================================
== Case Studies:
    => Run case studies:
        cd tests
        make build
        make tests

=====================================================================
== Files
    => BUGS             Some bugs discovered
    => LICENSE          License file
    => MusicXML.cabal   Cabal file
    => README           This file presents an overview of package
    => Setup.hs         Haskell file to install with Cabal
    => TODO             Technical information
    => doc/*            Documentation files
    => examples/*       Example files
    => script/*         Script files
    => src/*            Source Files
    => tests/*          Test files

=====================================================================
== Feedback
    => Please send any bug reports and comments to
        Samuel Silva <silva.samuel@alumni.uminho.pt>

=====================================================================
== Copyright
    => The MusicXML library were written by and are copyright to
       (c) copyright 2008 Samuel Silva<silva.samuel@alumni.uminho.pt>

=====================================================================