1Source: byacc
2Maintainer: Dave Beckett <dajobe@debian.org>
3Section: devel
4Priority: extra
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