The pandoc-types package
This package contains definitions for the Pandoc data structure, which is used by pandoc to represent structured documents. These definitions used to live in the pandoc package, but starting with pandoc 1.7, they have been split off, so that other packages can use them without drawing in all of pandoc's dependencies, and pandoc itself can depend on packages (like citeproc-hs) that use them.
Text.Pandoc.Builder provides functions for building up Pandoc structures programmatically.
Text.Pandoc.Generic provides generic functions for manipulating Pandoc documents.
Properties
| Versions | 1.7, 1.8, 1.8.0.2, 1.8.2, 1.9, 1.9.0.1, 1.9.0.2, 1.9.1, 1.10 |
|---|---|
| Dependencies | base (3.*), containers (≥0.3) or base (4.*), containers (≥0.3), syb |
| License | GPL |
| Copyright | (c) 2006-2010 John MacFarlane |
| Author | John MacFarlane |
| Maintainer | jgm@berkeley.edu |
| Category | Text |
| Home page | http://johnmacfarlane.net/pandoc |
| Bug tracker | http://code.google.com/p/pandoc/issues/list |
| Source repository | git clone git://github.com/jgm/pandoc-types.git |
| Upload date | Sat Jan 19 04:54:56 UTC 2013 |
| Uploaded by | JohnMacFarlane |
| Built on | ghc-7.6 |
| Distributions | Fedora: 1.9.1, NixOS: 1.10, Debian: 1.9.1, FreeBSD: 1.10 |
Modules
Downloads
- pandoc-types-1.10.tar.gz (Cabal source package)
- package description (included in the package)