packages feed

flaccuraterip-0.1: flaccuraterip.cabal

Name:           flaccuraterip
Version:        0.1
Cabal-Version:  >= 1.8
Build-Type:     Simple
License:        GPL-3
License-File:   LICENSE
Copyright:      Copyright © 2012 Nicola Squartini
Author:         Nicola Squartini
Maintainer:     Nicola Squartini <tensor5@gmail.com>
Homepage:       http://noaxiom.org/flAccurateRip
Synopsis:       Verify FLAC files ripped form CD using AccurateRip™
Description:

  /flAccurateRip/ is a command line tool to verify the accuracy of FLAC
  files ripped form CD, using the information contained in the
  AccurateRip™ database about other rips of the same CD.
  .
  To use it, open a shell and run
  .
  >>> cd DIR_CONTAINING_RIPPED_FLAC_FILES
  >>> flaccuraterip *.flac
  .
  Notice: to work correctly, *.flac should expand to the list of flac
  files corresponding to the tracks of the CD you want to verify, and
  in the same order as they appear on the CD.

Category:       Sound

Executable flaccuraterip
  Build-Depends:  base == 4.*,
                  binary == 0.5.*,
                  cmdargs == 0.10.*,
                  deepseq == 1.3.*,
                  HTTP == 4000.2.*,
                  process == 1.1.*
  GHC-Options:    -Wall
  Main-Is:        Main.hs
  Other-Modules:  CD.CDDB, CD.AccurateRip