File: control

package info (click to toggle)
pypeg2 2.15.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 292 kB
  • sloc: python: 1,649; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 923 bytes parent folder | download | duplicates (2)
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: pypeg2
Homepage: https://bitbucket.org/fdik/pypeg/
Maintainer: Fritz Reichwald <reichwald@b1-systems.de>
Vcs-Browser: https://github.com/fiete201/python-pypeg2-debian
Vcs-Git: https://github.com/fiete201/python-pypeg2-debian.git
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python3 (>= 3.4),
               python3-distutils
Standards-Version: 4.1.4
Testsuite: autopkgtest-pkg-python

Package: python3-pypeg2
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Intrinsic PEG Parser-Interpreter for Python
 Python is a nice scripting language. It even gives you access to its own parser
 and compiler. It also gives you access to different other parsers for special
 purposes like XML and string templates.
 .
 But sometimes you may want to have your own parser. This is what's pyPEG for.
 And pyPEG supports Unicode.