File: control

package info (click to toggle)
cl-esrap 20240514.gitd9d4100-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 524 kB
  • sloc: lisp: 4,883; makefile: 51; sh: 7
file content (24 lines) | stat: -rw-r--r-- 891 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
Source: cl-esrap
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends: debhelper-compat (= 13),
               sbcl,
               cl-alexandria,
               texinfo
Standards-Version: 4.7.0
Homepage: https://scymtym.github.io/esrap/
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-esrap.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-esrap
Rules-Requires-Root: no

Package: cl-esrap
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, cl-alexandria
Recommends: cl-fiveam
Description: Packrat Parsing library for Common Lisp
 In addition to regular Packrat / Parsing Grammar / TDPL features Esrap
 supports dynamic redefinition of nonterminals, inline grammars, semantic
 predicates, and include introspecive facilities for development.