File: control

package info (click to toggle)
speg 0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 68 kB
  • sloc: python: 135; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 664 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: speg
Section: python
Priority: optional
Maintainer: Norbert Preining <norbert@preining.info>
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-all-dev,
               python3-setuptools,
               python3-pkgconfig
Standards-Version: 4.2.1
Homepage: https://github.com/avakar/speg
Vcs-Git: https://github.com/norbusan/debian-speg.git
Vcs-Browser: https://github.com/norbusan/debian-speg

Package: python3-speg
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: PEG-based parser interpreter with memoization
 A parser and interpreter based on parsing expression grammar PEG.