File: control

package info (click to toggle)
python-cmarkgfm 2025.10.22-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: ansic: 10,277; python: 225; sh: 30; makefile: 10
file content (33 lines) | stat: -rw-r--r-- 1,067 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
Source: python-cmarkgfm
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Nicolas Dandrimont <olasd@debian.org>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-cffi,
 python3-pycparser,
 python3-pytest <!nocheck>,
 python3-setuptools,
Standards-Version: 4.7.3
Homepage: https://github.com/jonparrott/cmarkgfm
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cmarkgfm.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/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.