File: control

package info (click to toggle)
nyacc 1.00.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,008 kB
  • sloc: lisp: 25,400; sh: 1,111; makefile: 436; ansic: 418; python: 187; javascript: 61; tcl: 27
file content (24 lines) | stat: -rw-r--r-- 771 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: nyacc
Section: devel
Priority: optional
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Build-Depends: debhelper-compat (=13),
 guile-3.0,
 guile-3.0-dev,
 guile-bytestructures (>= 1.0.7-2~),
 texinfo,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://www.nongnu.org/nyacc/
Vcs-Git: https://salsa.debian.org/debian/nyacc.git
Vcs-Browser: https://salsa.debian.org/debian/nyacc

Package: nyacc
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
 guile-bytestructures (>= 1.0.7-2~),
Description: Not Yet Another Compiler Compiler
 NYACC is set of guile modules for generating parsers and lexical
 analyzers.  It also provides sample parsers and pretty-printers using
 SXML trees as an intermediate representation.