aboutsummaryrefslogtreecommitdiff
path: root/linux/control.in
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-08-16 16:27:31 -0700
committerJohn MacFarlane <[email protected]>2022-08-17 12:28:14 -0700
commit8ddc2fc79a45283e7b90f59e9a7763e877d4c044 (patch)
tree3e9e8f4fdc7370137c46344ba1829aac6c43c6cd /linux/control.in
parent90d52b7129440d7d91bcdf3210513f380063be0a (diff)
Integrate server into main pandoc.
- Remove server flag. - Remove pandoc-server executable. - Add Text.Pandoc.Server as exposed module. [API change] - Re-use Opt (and our existing FromJSON instance) for Params. - Document.
Diffstat (limited to 'linux/control.in')
-rw-r--r--linux/control.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/linux/control.in b/linux/control.in
new file mode 100644
index 000000000..51a683629
--- /dev/null
+++ b/linux/control.in
@@ -0,0 +1,30 @@
+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 <[email protected]>
+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).
+