1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: reparser
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Diane Trout <diane@ghic.org>
Section: python
Priority: optional
Build-Depends: dh-sequence-python3, pybuild-plugin-pyproject, python3-setuptools, python3-all, debhelper-compat (= 13)
Vcs-Git: https://salsa.debian.org/python-team/packages/reparser.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/reparser
Standards-Version: 4.1.5
Homepage: https://github.com/xmikos/reparser
Package: python3-reparser
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}
Description: Simple regex-based lexer/parser for inline markup
This is a library with a Simple regex-based lexer/parser
for inline markup. The example use shows writing a simple
markdown parser.
|