Name: hogg Version: 0.2.0 License: BSD3 License-file: LICENSE Copyright: Conrad Parker, 2006 Author: Conrad Parker Maintainer: conradp@cse.unsw.edu.au Stability: experimental Homepage: http://www.annodex.net/~conrad/software/hogg.html Synopsis: Library and tools to manipulate the Ogg container format Description: The HOgg package provides a commandline tool for manipulating Ogg files. It supports chained and multiplexed Ogg bitstreams and Ogg Skeleton. HOgg also includes a library that may be used by other packages for handling the Ogg container format. Category: Codec -- For GHC 6.4 etc., we require external fps (Data.ByteString.Lazy) Build-Depends: base, fps, mtl, HUnit -- For GHC 6.6, fps is built in -- Build-Depends: base, mtl, HUnit Exposed-modules: Codec.Container.Ogg.Chain Codec.Container.Ogg.RawPage Codec.Container.Ogg.Page Codec.Container.Ogg.Packet Codec.Container.Ogg.Granulepos Codec.Container.Ogg.Granulerate Codec.Container.Ogg.Skeleton Codec.Container.Ogg.Track Codec.Container.Ogg.Timestamp Other-modules: Codec.Container.Ogg.ByteFields Codec.Container.Ogg.CRC Codec.Container.Ogg.Dump Codec.Container.Ogg.ListMerge ghc-options: -Wall -fglasgow-exts -O2 -funbox-strict-fields -- ghc-options: -prof -auto-all Executable: hogg Main-Is: hogg.hs Hs-Source-Dirs: ., tools Executable: ListMergeTest Main-Is: ListMergeTest.hs Hs-Source-Dirs: ., tests