Source: lola Section: devel Priority: optional Maintainer: Keith Packard Homepage: https://keithp.com Build-Depends: debhelper-compat (= 13), python3:any Rules-Requires-Root: no Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/debian/lola.git Vcs-Browser: https://salsa.debian.org/debian/lola.git Package: lola Architecture: all Depends: python3:any, ${misc:Depends} Multi-Arch: foreign 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.