Imported Upstream version 20220101
[platform/upstream/byacc.git] / package / debian / control
1 Source: byacc
2 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
3 Section: devel
4 Priority: optional
5 Standards-Version: 4.3.0
6 Build-Depends: debhelper (>= 11)
7 Homepage: https://invisible-island.net/byacc/
8 Vcs-Git: https://salsa.debian.org/dickey/byacc
9
10 Package: byacc
11 Provides: yacc
12 Architecture: any
13 Multi-Arch: foreign
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Description: public domain Berkeley LALR Yacc parser generator
16  This package provides a parser generator utility that reads a grammar
17  specification from a file and generates an LR(1) parser for it.  The
18  parsers consist of a set of LALR(1) parsing tables and a driver
19  routine written in the C programming language.  It has a public domain
20  license which includes the generated C.
21
22 Package: byacc2
23 Provides: yacc
24 Architecture: any
25 Multi-Arch: foreign
26 Depends: ${shlibs:Depends}, ${misc:Depends}
27 Description: public domain Berkeley LALR Yacc parser generator
28  This package provides a parser generator utility that reads a grammar
29  specification from a file and generates an LR(1) parser for it.  The
30  parsers consist of a set of LALR(1) parsing tables and a driver
31  routine written in the C programming language.  It has a public domain
32  license which includes the generated C.
33  .
34  This package has the backtracking extension.