Name: | bison |
---|---|
Version: | 3.0.4 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Development/Tools |
Size: | 2158110 |
License: | GPLv3+ |
RPM: | bison-3.0.4-1.el7.aarch64.rpm |
Source RPM: | bison-3.0.4-1.el7.src.rpm |
Build Date: | Thu May 03 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/bison/ |
Summary: | A GNU general-purpose parser generator |
Description: | Bison is a general purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Bison can be used to develop a wide range of language parsers, from ones used in simple desk calculators to complex programming languages. Bison is upwardly compatible with Yacc, so any correctly written Yacc grammar should work with Bison without any changes. If you know Yacc, you shouldn't have any trouble using Bison. You do need to be very proficient in C programming to be able to use Bison. Bison is only needed on systems that are used for development. If your system will be used for C development, you should install Bison. |
- Rebase to 3.0.4 - Removed obsolete patch. - Added build require of flex so that tests will run. - Removed duplicate/unpackaged files.
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Drop unused options --raw, -n, -e, --include and -I
- Rebase to 2.7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Update to 2.6.4
- Rebase to 2.6.1 - Drop bison-2.4.2-drop-test-67.patch - Resolves: #829028
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Add a virtual provides for bundled(gnulib). - Resolves: #821746