epub-metadata-2.0.2: epub-metadata.cabal
name: epub-metadata
version: 2.0.2
cabal-version: >= 1.2
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2010, 2011 Dino Morelli
author: Dino Morelli
maintainer: Dino Morelli <dino@ui3.info>
stability: experimental
homepage: http://ui3.info/d/proj/epub-metadata.html
synopsis: Library and utility for parsing and manipulating ePub OPF package data
description: Library and utility for parsing and manipulating ePub
OPF package data. An attempt has been made here to
very thoroughly implement the OPF Package Document
specification. Also included is a command-line
utility to dump OPF package data to stdout in a
human-readable form.
category: Codec, Text
tested-with: GHC>=6.12.1
library
exposed-modules: 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, containers, hxt >= 9, LibZip,
mtl, regex-compat
ghc-options: -Wall
executable epubmeta
main-is: Codec/Epub/Opf/Cli/epubmeta.hs
hs-source-dirs: src
build-depends: base >= 3 && < 5
ghc-options: -Wall