# -*- 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-MD5: 2cef78bd73f67ba01d9576887b90a33c 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