Bump to 20230521
[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 Rules-Requires-Root: no
9 Homepage: https://invisible-island.net/byacc/
10 Vcs-Browser: https://salsa.debian.org/debian/byacc
11 Vcs-Git: https://salsa.debian.org/debian/byacc.git
12
13 Package: byacc2
14 Provides: yacc
15 Architecture: any
16 Multi-Arch: foreign
17 Depends: ${shlibs:Depends}, ${misc:Depends}
18 Description: 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