Source: lowdown
Maintainer: Faidon Liambotis <paravoid@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 bmake,
 libbsd-dev,
 libmd-dev,
 pkgconf,
Standards-Version: 4.7.3
Homepage: https://kristaps.bsd.lv/lowdown/
Vcs-Browser: https://salsa.debian.org/debian/lowdown
Vcs-Git: https://salsa.debian.org/debian/lowdown.git
Section: text
Description: Simple markdown translator
 Lowdown is a Markdown translator producing HTML5; roff documents (the ms, man,
 and mdoc macros), LaTeX, gemini (“gemtext”), OpenDocument, and ANSI/UTF8
 terminal output.
 .
 Beyond traditional Markdown syntax support, lowdown supports the following
 Markdown features and extensions:
  * autolinking
  * fenced code
  * tables
  * superscripts (traditional and GFM)
  * footnotes
  * disabled inline HTML
  * “smart typography”
  * metadata
  * commonmark (in progress)
  * definition lists
  * extended attributes
  * task lists
  * admonitions
  * templating

Package: lowdown
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ${source:Synopsis}
 ${source:Extended-Description}

Package: liblowdown-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 liblowdown3 (= ${binary:Version}),
 ${misc:Depends},
 libbsd-dev,
 libmd-dev,
Description: ${source:Synopsis} (development files)
 ${source:Extended-Description}
 .
 This package contains development libraries, header files, and manpages.

Package: liblowdown3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ${source:Synopsis} (shared library)
 ${source:Extended-Description}
 .
 This package contains the shared runtime library.
