File: control

package info (click to toggle)
python-lepl 5.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,760 kB
  • sloc: python: 19,614; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 751 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
Source: python-lepl
Section: python
Maintainer: Radu-Bogdan Croitoru <croitoruradubogdan@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.3
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
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: recursive descent parser library (Python 3)
 A recursive descent parser for Python. 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.