File: control

package info (click to toggle)
python-lepl 5.1.3-2.2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,752 kB
  • sloc: python: 19,614; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 819 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
Source: python-lepl
Section: python
Priority: optional
Maintainer: Radu-Bogdan Croitoru <croitoruradubogdan@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.0
Homepage: http://www.acooke.org/lepl/
Vcs-Git: https://salsa.debian.org/debian/python-lepl.git
Vcs-Browser: https://salsa.debian.org/debian/python-lepl

Package: python3-lepl
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: recursive descent parser library (Python 3)
 A recursive descent parser for Python 2.6+ (including 3!). Lepl is powerful,
 simple to use, and easy to extend: grammars are written directly as Python
 code, using a syntax similar to BNF; new matchers can be simple functions.
 .
 This is the Python 3 version of the package.