epub-metadata-4.3: Library for parsing epub document metadata

Safe HaskellSafe-Inferred
LanguageHaskell98

Codec.Epub.Data.Package

Description

Data type for working with epub package info

This contains the package section from an epub document. In the OPF XML document, this tag contains the other tags (metadata, manifest...)

Synopsis

Documentation

data Package Source

package tag

Constructors

Package 

Fields

pkgVersion :: String

version attribute. This contains which epub specification version (2.x or 3.x) this document conforms to.

pkgUniqueId :: String

unique-identifier attribute. This should relate to one metaIdentifier in the Metadata and is intended to represent this book's unique identifier.