# -*- coding: ascii; tab-width: 4 -*- Package: byacc Version: 20140409 Revision: 1 Description: Berkeley YACC DescDetail: << Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input specification that conforms to the AT&T Yacc documentation. Specifications that take advantage of undocumented features of AT&T Yacc will probably be rejected. Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available. In contrast to bison, it is written to avoid dependencies upon a particular compiler. byacc provides some extensions for compatibility with bison and other implementations of yacc. << DescPackaging: << Rename program from 'yacc' to 'byacc' to avoid conflicting with bison. Debian does the same thing. << License: Public Domain Homepage: http://invisible-island.net/byacc/ Maintainer: Daniel Johnson Source: ftp://invisible-island.net/byacc/byacc-%v.tgz Source-Checksum: SHA256(d3685a7ad2a990f2dadb0ae78773b727987f3ad719bd94a7f73331694c62b085) ConfigureParams: --mandir='${prefix}/share/man' --program-prefix='b' --disable-echo InfoTest: TestScript: make check || exit 2 InstallScript: make install DESTDIR=%d DocFiles: ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NO_WARRANTY NOTES README VERSION