1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
Source: lowdown
Maintainer: Faidon Liambotis <paravoid@debian.org>
Build-Depends:
debhelper-compat (= 13),
bmake,
libbsd-dev,
libmd-dev,
pkgconf,
Standards-Version: 4.7.3
Section: text
Homepage: https://kristaps.bsd.lv/lowdown/
Vcs-Browser: https://salsa.debian.org/debian/lowdown
Vcs-Git: https://salsa.debian.org/debian/lowdown.git
Rules-Requires-Root: no
Package: lowdown
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple markdown translator
Lowdown is a Markdown translator producing HTML5, roff documents in the ms and
man formats, LaTeX, gemini, and terminal output.
.
Beyond traditional Markdown syntax support, lowdown supports the following
Markdown features and extensions:
* autolinking
* fenced code
* tables
* superscripts
* footnotes
* disabled inline HTML
* “smart typography”
* metadata
* commonmark (in progress)
* definition lists
* extended attributes
* task lists
Package: liblowdown-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: liblowdown2 (= ${binary:Version}), ${misc:Depends}
Description: Simple markdown translator (development files)
Lowdown is a Markdown translator producing HTML5, roff documents in the ms and
man formats, LaTeX, gemini, and terminal output.
.
Beyond traditional Markdown syntax support, lowdown supports the following
Markdown features and extensions:
* autolinking
* fenced code
* tables
* superscripts
* footnotes
* disabled inline HTML
* “smart typography”
* metadata
* commonmark (in progress)
* definition lists
* extended attributes
* task lists
.
This package contains development libraries, header files, and manpages.
Package: liblowdown2
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple markdown translator (shared library)
Lowdown is a Markdown translator producing HTML5, roff documents in the ms and
man formats, LaTeX, gemini, and terminal output.
.
Beyond traditional Markdown syntax support, lowdown supports the following
Markdown features and extensions:
* autolinking
* fenced code
* tables
* superscripts
* footnotes
* disabled inline HTML
* “smart typography”
* metadata
* commonmark (in progress)
* definition lists
* extended attributes
* task lists
.
This package contains the shared runtime library.
|