xref: /freebsd/contrib/byacc/package/debian/control (revision 8e022d3c)
1Source: byacc
2Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
3Uploaders: Thomas E. Dickey <dickey@his.com>
4Section: devel
5Priority: optional
6Standards-Version: 4.6.0.1
7Build-Depends: debhelper-compat (= 12),
8Rules-Requires-Root: no
9Homepage: https://invisible-island.net/byacc/
10Vcs-Browser: https://salsa.debian.org/debian/byacc
11Vcs-Git: https://salsa.debian.org/debian/byacc.git
12
13Package: byacc2
14Provides: yacc
15Architecture: any
16Multi-Arch: foreign
17Depends: ${shlibs:Depends}, ${misc:Depends}
18Description: public domain Berkeley LALR Yacc parser generator
19 This package provides a parser generator utility that reads a grammar
20 specification from a file and generates an LR(1) parser for it.  The
21 parsers consist of a set of LALR(1) parsing tables and a driver
22 routine written in the C programming language.  It has a public domain
23 license which includes the generated C.
24 .
25 This package has the backtracking extension, adapted from btyacc.
26 The package is renamed to allow installing at the same time as "byacc".
27 .
28 Related packages: bison, btyacc, byacc, antlr
29