Summary
Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) reStructuredText, HTML, LaTeX and Textile, and it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OpenDocument, ODT, RTF, MediaWiki, Textile, groff man pages, plain text, Emacs Org-Mode, EPUB, and S5 and Slidy HTML slide shows.
Versions
v2.18-r2 :: 0/2.18 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 ~arm64 ~ppc64 ~riscv ~x86
- USE flags
- doc embed-data-files hscolour profile test trypandoc
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- embed-data-files
- Embed data files in binary for relocatable executable.
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- trypandoc
- Build trypandoc cgi executable.
Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / aeson-pretty : JSON pretty-printing library and command-line tool
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / base64-bytestring : Fast base64 encoding and decoding for ByteStrings
dev-haskell / blaze-html : A blazingly fast HTML combinator library for Haskell
dev-haskell / blaze-markup : A blazingly fast markup combinator library for Haskell
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / case-insensitive : Case insensitive string comparison
dev-haskell / citeproc : Generates citations and bibliography from CSL styles
dev-haskell / commonmark : Pure Haskell commonmark parser
dev-haskell / commonmark-extensions : Pure Haskell commonmark parser
dev-haskell / commonmark-pandoc : Bridge between commonmark and pandoc AST
dev-haskell / connection : Simple and easy network connections API
dev-haskell / data-default : A class for types with a default value
dev-haskell / diff : O(ND) diff algorithm in haskell
dev-haskell / doclayout : A prettyprinting library for laying out text documents
dev-haskell / doctemplates : Pandoc-style document templates
dev-haskell / emojis : Conversion between emoji characters and their names
dev-haskell / file-embed : Use Template Haskell to embed file contents directly
dev-haskell / glob : Globbing library
dev-haskell / haddock-library : Library exposing some functionality of Haddock
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / hslua : Bindings to Lua, an embeddable scripting language
dev-haskell / hslua-module-doclayout : Lua module wrapping Text.DocLayout
dev-haskell / hslua-module-path : Lua module to work with file paths
dev-haskell / hslua-module-system : Lua module wrapper around Haskell's System module
dev-haskell / hslua-module-text : Lua module for text
dev-haskell / hslua-module-version : Lua module to work with version specifiers
dev-haskell / http-client : An HTTP client engine
dev-haskell / http-client-tls : http-client backend using the connection package and tls library
dev-haskell / http-types : Generic HTTP types for Haskell (for both client and server code)
dev-haskell / ipynb : Data structure for working with Jupyter notebooks (ipynb)
dev-haskell / jira-wiki-markup : Handle Jira wiki markup
dev-haskell / juicypixels : Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and others)
dev-haskell / lpeg : LPeg - Parsing Expression Grammars For Lua
dev-haskell / network : Low-level networking interface
dev-haskell / network-uri : URI manipulation
dev-haskell / pandoc-lua-marshal : Use pandoc types in Lua
dev-haskell / pandoc-types : Types for representing a structured document
dev-haskell / pretty-show : Tools for working with derived 'Show' instances and generic inspection of values
dev-haskell / random : Pseudo-random number generation
dev-haskell / safe : Library of safe (exception free) functions
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / sha : Implementations of the SHA suite of message digest functions
dev-haskell / skylighting : syntax highlighting library
dev-haskell / skylighting-core : syntax highlighting library
dev-haskell / split : Combinator library for splitting lists
dev-haskell / syb : Scrap Your Boilerplate
dev-haskell / tagsoup : Parsing and extracting information from (possibly malformed) HTML/XML documents
dev-haskell / tasty : Modern and extensible testing framework
dev-haskell / tasty-golden : Golden tests support for tasty
dev-haskell / tasty-hunit : HUnit support for the Tasty test framework
dev-haskell / tasty-lua : Write tests in Lua, integrate into tasty
dev-haskell / tasty-quickcheck : QuickCheck support for the Tasty test framework
dev-haskell / temporary : Portable temporary file and directory support for Windows and Unix
dev-haskell / texmath : Conversion between math formats
dev-haskell / text-conversions : Safe conversions between textual types
dev-haskell / unicode-collation : Haskell implementation of the Unicode Collation Algorithm
dev-haskell / unicode-transforms : Unicode normalization
dev-haskell / wai : Web Application Interface
dev-haskell / wai-extra : Provides some basic WAI handlers and middleware
dev-haskell / xml : A simple XML library
dev-haskell / xml-conduit : Pure-Haskell utilities for dealing with XML with the conduit package
dev-haskell / xml-types : Basic types for representing XML
dev-haskell / yaml : Support for parsing and rendering YAML documents
dev-haskell / zip-archive : Library for creating and modifying zip archives
dev-haskell / zlib : Compression and decompression in the gzip and zlib formats
Runtime Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / aeson-pretty : JSON pretty-printing library and command-line tool
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / base64-bytestring : Fast base64 encoding and decoding for ByteStrings
dev-haskell / blaze-html : A blazingly fast HTML combinator library for Haskell
dev-haskell / blaze-markup : A blazingly fast markup combinator library for Haskell
dev-haskell / case-insensitive : Case insensitive string comparison
dev-haskell / citeproc : Generates citations and bibliography from CSL styles
dev-haskell / commonmark : Pure Haskell commonmark parser
dev-haskell / commonmark-extensions : Pure Haskell commonmark parser
dev-haskell / commonmark-pandoc : Bridge between commonmark and pandoc AST
dev-haskell / connection : Simple and easy network connections API
dev-haskell / data-default : A class for types with a default value
dev-haskell / doclayout : A prettyprinting library for laying out text documents
dev-haskell / doctemplates : Pandoc-style document templates
dev-haskell / emojis : Conversion between emoji characters and their names
dev-haskell / file-embed : Use Template Haskell to embed file contents directly
dev-haskell / glob : Globbing library
dev-haskell / haddock-library : Library exposing some functionality of Haddock
dev-haskell / hslua : Bindings to Lua, an embeddable scripting language
dev-haskell / hslua-module-doclayout : Lua module wrapping Text.DocLayout
dev-haskell / hslua-module-path : Lua module to work with file paths
dev-haskell / hslua-module-system : Lua module wrapper around Haskell's System module
dev-haskell / hslua-module-text : Lua module for text
dev-haskell / hslua-module-version : Lua module to work with version specifiers
dev-haskell / http-client : An HTTP client engine
dev-haskell / http-client-tls : http-client backend using the connection package and tls library
dev-haskell / http-types : Generic HTTP types for Haskell (for both client and server code)
dev-haskell / ipynb : Data structure for working with Jupyter notebooks (ipynb)
dev-haskell / jira-wiki-markup : Handle Jira wiki markup
dev-haskell / juicypixels : Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and others)
dev-haskell / lpeg : LPeg - Parsing Expression Grammars For Lua
dev-haskell / network : Low-level networking interface
dev-haskell / network-uri : URI manipulation
dev-haskell / pandoc-lua-marshal : Use pandoc types in Lua
dev-haskell / pandoc-types : Types for representing a structured document
dev-haskell / pretty-show : Tools for working with derived 'Show' instances and generic inspection of values
dev-haskell / random : Pseudo-random number generation
dev-haskell / safe : Library of safe (exception free) functions
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / sha : Implementations of the SHA suite of message digest functions
dev-haskell / skylighting : syntax highlighting library
dev-haskell / skylighting-core : syntax highlighting library
dev-haskell / split : Combinator library for splitting lists
dev-haskell / syb : Scrap Your Boilerplate
dev-haskell / tagsoup : Parsing and extracting information from (possibly malformed) HTML/XML documents
dev-haskell / temporary : Portable temporary file and directory support for Windows and Unix
dev-haskell / texmath : Conversion between math formats
dev-haskell / text-conversions : Safe conversions between textual types
dev-haskell / unicode-collation : Haskell implementation of the Unicode Collation Algorithm
dev-haskell / unicode-transforms : Unicode normalization
dev-haskell / wai : Web Application Interface
dev-haskell / wai-extra : Provides some basic WAI handlers and middleware
dev-haskell / xml : A simple XML library
dev-haskell / xml-conduit : Pure-Haskell utilities for dealing with XML with the conduit package
dev-haskell / xml-types : Basic types for representing XML
dev-haskell / yaml : Support for parsing and rendering YAML documents
dev-haskell / zip-archive : Library for creating and modifying zip archives
dev-haskell / zlib : Compression and decompression in the gzip and zlib formats
Depending packages
app-emulation / xen-tools : Xen tools including QEMU and xl
app-text / nuspell : Spell checker library and CLI for complex natural languages
app-text / pandoc-bin : Conversion between markup formats (binary package)
dev-lang / lfe : Lisp-flavoured Erlang
dev-python / pandas : Powerful data structures for data analysis and statistics
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - hololeap · gentoo
app-text/pandoc: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
app-text/pandoc: keyword 2.18-r2 for ~ppc64, ~riscv
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
app-text/pandoc: keyword 2.18-r2 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
app-text/pandoc: drop 2.18
Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sam James <sam@gentoo.org> - Jack Todaro · gentoo
app-text/pandoc: sync from ::haskell
Removes lua-5.3 compat. Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
app-text/pandoc: drop 2.9.2.1, 2.11.3.1, 2.13
Signed-off-by: matoro <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/26527 Signed-off-by: Sam James <sam@gentoo.org> - matoro · gentoo
app-text/pandoc: add 2.18
Signed-off-by: matoro <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/26392 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
app-text/pandoc: add 'text' depend to 'trypandoc'
Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/785268 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
app-text/pandoc: bump up to 2.13
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
app-text/pandoc: bump up to 2.11
Reported-by: Luke-Jr Closes: https://bugs.gentoo.org/645082 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
app-text/pandoc: remove old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
app-text/pandoc: bump up to 2.9.2.1
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexey Sokolov · gentoo
app-text/pandoc: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
*/*: destabilize dev-lang/ghc for all arches
dev-lang/ghc is a fast-moving target without much of stable API across major GHC releases. This makes stabilization process a fragile process. The change moves all haskell revdeps to pure ~arch. There are not many outside dev-haskell/*: - app-emulation/ganeti - app-text/pandoc - dev-util/bustle - dev-util/shellcheck - dev-vcs/darcs - x11-wm/xmonad/xmonad Existing stable haskell users are recommended to keyword used packages and all of dev-haskell/* to ease upgrades. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
app-text/pandoc: drop underscores from IUSE, bug #695062
Reported-by: Michał Górny Closes: https://bugs.gentoo.org/695062 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
app-text/pandoc: stable 1.19.2.1-r1 for x86/amd64, bug #631138
Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64 x86" - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sergei Trofimovich · gentoo
app-text/pandoc: allow skylighting-0.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Sergei Trofimovich · gentoo
app-text/pandoc: bump up to 1.19.2.1
Reported-by: August Hörandl Bug: https://bugs.gentoo.org/579774 Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Sergei Trofimovich · gentoo
app-text/pandoc: bump up to 1.18
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Sergei Trofimovich · gentoo
app-text/pandoc: drop old
Package-Manager: portage-2.2.28 - Sergei Trofimovich · gentoo
app-text/pandoc: drop old
Package-Manager: portage-2.2.28 - Sergei Trofimovich · gentoo
app-text/pandoc: amd64, x86 stable, bug #559988
Package-Manager: portage-2.2.20 - Sergei Trofimovich · gentoo
app-text/pandoc: drop old
Package-Manager: portage-2.2.20 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed