]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/byacc/package/debian/control
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / byacc / package / debian / control
1 Source: byacc
2 Maintainer: Dave Beckett <dajobe@debian.org>
3 Section: devel
4 Priority: extra
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.