name: epub-metadata version: 2.2.0.0 cabal-version: >= 1.2 build-type: Simple license: BSD3 license-file: LICENSE copyright: 2010, 2011 Dino Morelli author: Dino Morelli maintainer: Dino Morelli stability: stable homepage: http://ui3.info/d/proj/epub-metadata.html synopsis: Library for parsing and manipulating ePub files and OPF package data description: Library for parsing and manipulating ePub files and OPF package data. An attempt has been made here to very thoroughly implement the OPF Package Document specification. category: Codec, Text tested-with: GHC >= 6.12.3 library exposed-modules: Codec.Epub.Archive Codec.Epub.IO, Codec.Epub.Opf.Common, Codec.Epub.Opf.Format.Guide, Codec.Epub.Opf.Format.Manifest, Codec.Epub.Opf.Format.Metadata, Codec.Epub.Opf.Format.Package, Codec.Epub.Opf.Format.Spine, Codec.Epub.Opf.Format.Util, Codec.Epub.Opf.Package, Codec.Epub.Opf.Package.Guide, Codec.Epub.Opf.Package.Manifest, Codec.Epub.Opf.Package.Metadata, Codec.Epub.Opf.Package.Spine, Codec.Epub.Opf.Parse hs-source-dirs: src build-depends: base >= 3 && < 5, bytestring, containers, directory, filepath, hxt >= 9, mtl, regex-compat, zip-archive ghc-options: -Wall