pandoc-types: Types for representing a structured document
Text.Pandoc.Definition
defines the Pandoc
data
structure, which is used by pandoc to represent
structured documents. This module used to live
in the pandoc package, but starting with pandoc 1.7, it
has been split off, so that other packages can use it
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.
Text.Pandoc.Walk
provides faster, nongeneric functions
for manipulating Pandoc documents.
Text.Pandoc.JSON
provides functions for serializing
and deserializing a Pandoc
structure to and from JSON.
Modules
- Text
- Pandoc
- Text.Pandoc.Builder
- Text.Pandoc.Definition
- Text.Pandoc.Generic
- Text.Pandoc.JSON
- Text.Pandoc.Walk
- Pandoc
Downloads
- pandoc-types-1.16.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 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, 1.12, 1.12.1, 1.12.1.1, 1.12.1.2, 1.12.2, 1.12.2.1, 1.12.2.2, 1.12.2.3, 1.12.3, 1.12.3.1, 1.12.3.2, 1.12.3.3, 1.12.4, 1.12.4.1, 1.12.4.2, 1.12.4.3, 1.12.4.4, 1.12.4.5, 1.12.4.6, 1.12.4.7, 1.16, 1.16.0.1, 1.16.1, 1.16.1.1, 1.17, 1.17.0.1, 1.17.0.2, 1.17.0.3, 1.17.0.4, 1.17.0.5, 1.17.1, 1.17.2, 1.17.3, 1.17.3.1, 1.17.4, 1.17.4.1, 1.17.4.2, 1.17.5, 1.17.5.1, 1.17.5.2, 1.17.5.3, 1.17.5.4, 1.17.6, 1.17.6.1, 1.19, 1.20, 1.21, 1.22, 1.22.1, 1.22.2, 1.22.2.1, 1.23, 1.23.0.1, 1.23.1 (info) |
---|---|
Change log | changelog |
Dependencies | aeson (>=0.6.2 && <0.11), base (>=4 && <5), bytestring (>=0.9 && <0.11), containers (>=0.3), deepseq-generics (>=0.1 && <0.2), ghc-prim (>=0.2), syb (>=0.1 && <0.7) [details] |
License | BSD-3-Clause |
Copyright | (c) 2006-2015 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 repo | head: git clone git://github.com/jgm/pandoc-types.git |
Uploaded | by JohnMacFarlane at 2016-01-02T20:29:47Z |
Distributions | Arch:1.23.1, Debian:1.20, Fedora:1.23.1, FreeBSD:1.12.4.5, LTSHaskell:1.23.1, NixOS:1.23.1, Stackage:1.23.1, openSUSE:1.23.1 |
Reverse Dependencies | 77 direct, 127 indirect [details] |
Downloads | 160208 total (15 in the last 30 days) |
Rating | 2.5 (votes: 3) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-11-28 [all 2 reports] |