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