xref: /freebsd/contrib/byacc/package/debian/control (revision e17f5b1d)
1Source: byacc
2Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
3Section: devel
4Priority: optional
5Standards-Version: 3.8.4
6Build-Depends: debhelper (>= 5)
7Homepage: http://invisible-island.net/byacc/
8
9Package: byacc
10Architecture: any
11Depends: ${shlibs:Depends}, ${misc:Depends}
12Description: public domain Berkeley LALR Yacc parser generator
13 This package provides a parser generator utility that reads a grammar
14 specification from a file and generates an LR(1) parser for it.  The
15 parsers consist of a set of LALR(1) parsing tables and a driver
16 routine written in the C programming language.  It has a public domain
17 license which includes the generated C.
18
19Package: btyacc
20Architecture: any
21Depends: ${shlibs:Depends}, ${misc:Depends}
22Description: public domain Berkeley LALR Yacc parser generator
23 This package provides a parser generator utility that reads a grammar
24 specification from a file and generates an LR(1) parser for it.  The
25 parsers consist of a set of LALR(1) parsing tables and a driver
26 routine written in the C programming language.  It has a public domain
27 license which includes the generated C.
28 .
29 This package has the backtracking extension.
30