]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/byacc/package/debian/control
MFV: r362513
[FreeBSD/FreeBSD.git] / contrib / byacc / package / debian / control
1 Source: byacc
2 Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
3 Section: devel
4 Priority: optional
5 Standards-Version: 3.8.4
6 Build-Depends: debhelper (>= 5)
7 Homepage: http://invisible-island.net/byacc/
8
9 Package: byacc
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: 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
19 Package: btyacc
20 Architecture: any
21 Depends: ${shlibs:Depends}, ${misc:Depends}
22 Description: 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.