packages feed

jammittools-0.2.0.1: jammittools.cabal

Name:               jammittools
Version:            0.2.0.1
Synopsis:           Export sheet music and audio from Windows/Mac app Jammit
Description:        <http://www.jammit.com/ Jammit> is a service and associated
                    app for Windows\/Mac\/iOS that sells isolated instrument
                    audio tracks from popular music, along with full
                    transcriptions. This is a tool that allows you to export the
                    sheet music (in PDF format) and audio (in WAV format) to
                    tracks that you have purchased.
                    .
                    Any sheet music or audio you export is solely for your own
                    use, e.g. for use on Linux and Android devices that do not
                    have the official app available. Please do not use this tool
                    to share content with others who have not purchased it!
                    .
                    You must install ImageMagick and Sox for sheet music and
                    audio export respectively, because they are used to do the
                    actual conversion.
                    Please see the
                    <https://github.com/mtolly/jammittools/blob/master/README.md README>
                    for usage information.
License:            GPL
License-File:       LICENSE
Author:             Michael Tolly
Maintainer:         miketolly@gmail.com
Build-Type:         Simple
Cabal-Version:      >= 1.8
Category:           Sound
Homepage:           https://github.com/mtolly/jammittools
Bug-Reports:        https://github.com/mtolly/jammittools/issues
Extra-Source-Files: README.md

Executable jammittools
  Main-Is:          Main.hs
  Other-Modules:    AIFC2WAV
                    ImageMagick
                    Jammit
                    Sox
                    TempFile
  Hs-Source-Dirs:   src
  Build-Depends:    base            >= 4.6.0.1 && < 5
                    , property-list >= 0.1.0.4 && < 0.2
                    , directory     >= 1.2.0.1 && < 1.3
                    , filepath      >= 1.3.0.1 && < 1.4
                    , containers    >= 0.5.0.0 && < 0.6
                    , process       >= 1.1.0.2 && < 1.3
                    , temporary     >= 1.1.2.5 && < 1.3
                    , boxes         >= 0.1.3   && < 1.2
                    , transformers  >= 0.3.0.0 && < 0.5
  Ghc-Options:      -Wall
  C-Sources:        cbits/aifc2wav-5.1.c

Source-Repository head
  Type:             git
  location:         https://github.com/mtolly/jammittools