File: control

package info (click to toggle)
pypeg2 2.15.2-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 1,649; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 956 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
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
Rules-Requires-Root: no
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3,
               python3-setuptools,
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.