pandoc/linux/pandoc.control.in
John MacFarlane 2b4b565040 Split linux/control.in into two parts...
for pandoc and pandoc-server.
2022-08-15 16:10:21 -07:00

30 lines
1.4 KiB
Text

Package: pandoc
Version: VERSION
Section: text
Priority: optional
Architecture: ARCHITECTURE
Installed-Size: INSTALLED_SIZE
Depends: libc6 (>= 2.13), libgmp10, zlib1g (>= 1:1.1.4)
Replaces: pandoc-data
Suggests: texlive-latex-recommended, texlive-xetex,
texlive-fonts-recommended
Maintainer: John MacFarlane <jgm@berkeley.edu>
Description: general markup converter
Pandoc is a Haskell library for converting from one markup format
to another, and a command-line tool that uses this library. The
formats it can handle include light markup formats (many variants
of Markdown, reStructuredText, AsciiDoc, Org-mode, Muse, Textile,
txt2tags), HTML formats (HTML 4 and 5), ebook formats (EPUB v2
and v3, FB2), Documentation formats (GNU TexInfo, Haddock),
Roff formats (man, ms), TeX formats (LaTeX, ConTeXt), XML
formats (DocBook 4 and 5, JATS, TEI Simple, OpenDocument),
outline formats (OPML), bibliography formats (BibTeX, BibLaTeX,
CSL JSON, CSL YAML, RIS), word processor formats (Docx, RTF,
ODT), interactive notebook formats (Jupyter notebook
ipynb), page layout formats (InDesign ICML), wiki markup
formats (MediaWiki, DokuWiki, TikiWiki, TWiki, Vimwiki,
XWiki, ZimWiki, Jira wiki, Creole), slide show formats
(LaTeX Beamer, PowerPoint, Slidy, reveal.js, Slideous, S5,
DZSlides), data formats (CSV and TSV tables), and PDF (via
external programs such as pdflatex or wkhtmltopdf).