File: control

package info (click to toggle)
lowdown 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,864 kB
  • sloc: ansic: 23,199; sh: 1,976; xml: 861; makefile: 568
file content (65 lines) | stat: -rw-r--r-- 1,691 bytes parent folder | download
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
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.