File: control

package info (click to toggle)
lola 1.8-1
  • links: PTS
  • area: main
  • in suites: forky, trixie
  • size: 464 kB
  • sloc: python: 1,355; ansic: 1,169; fortran: 373; makefile: 40; yacc: 7
file content (16 lines) | stat: -rw-r--r-- 488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: lola
Section: devel
Priority: optional
Maintainer: Keith Packard <keithp@keithp.com>
Homepage: https://keithp.com
Build-Depends: debhelper-compat (= 13), python3
Rules-Requires-Root: no
Standards-Version: 4.7.0

Package: lola
Architecture: all
Depends: python3, ${misc:Depends}
Description: LL parser generator
 Lola is a general-purpose LL parser generator that converts a grammar
 describing an LL context-free language into either a C or Python program
 to parse the language.