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
|
Source: cmark-gfm
Section: text
Priority: optional
Homepage: https://github.com/github/cmark
Maintainer: Keith Packard <keithp@keithp.com>
Build-Depends: debhelper (>= 11), cmake, python3
Standards-Version: 4.2.1
Package: cmark-gfm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: CommonMark parsing and rendering program, GitHub flavor
cmark-gfm is the GitHub flavor of the cmark C reference
implementation of CommonMark, a rationalized version of Markdown
syntax with a spec. This package provides a command-line program
(cmark-gfm) for parsing and rendering CommonMark documents.
.
This GitHub flavored version has extensions for org-mode style
tables, auto-linking, and more.
Package: libcmark-gfm0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: CommonMark GitHub flavor gfm library
cmark-gfm is the GitHub flavor of the cmark C reference
implementation of CommonMark, a rationalized version of Markdown
syntax with a spec. This package provides the required gfm
library
Package: libcmark-gfm-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libcmark-gfm0 (= ${binary:Version})
Description: CommonMark GitHub flavor gfm library dev files
cmark-gfm is the GitHub flavor of the cmark C reference
implementation of CommonMark, a rationalized version of Markdown
syntax with a spec. This package provides the development files for
the gfm library
Package: libcmark-gfm-extensions0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: CommonMark GitHub flavor gfm extension library
cmark-gfm is the GitHub flavor of the cmark C reference
implementation of CommonMark, a rationalized version of Markdown
syntax with a spec. This package provides the required gfm extension
library
Package: libcmark-gfm-extensions-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libcmark-gfm-extensions0 (= ${binary:Version})
Description: CommonMark GitHub flavor gfm extensions library dev files
cmark-gfm is the GitHub flavor of the cmark C reference
implementation of CommonMark, a rationalized version of Markdown
syntax with a spec. This package provides the development files for
the gfm extensions library
|