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
|
Source: python-cmarkgfm
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-python (>= 3~),
python3-all-dev,
python3-cffi,
python3-pytest,
python3-setuptools
Standards-Version: 4.1.4
Rules-Requires-Root: no
Homepage: https://github.com/jonparrott/cmarkgfm
Vcs-Git: https://salsa.debian.org/python-team/modules/python-cmarkgfm
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-cmarkgfm
Package: python3-cmarkgfm
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: GitHub-flavored Markdown renderer Python bindings
cmark-gfm is an extended version of the C reference implementation of
CommonMark, a rationalized version of Markdown syntax with a spec.
.
This fork adds GitHub Flavored Markdown extensions to the upstream
implementation, as defined in the spec.
.
This package provides Python bindings for the cmark-gfm library.
|