Name: | devtoolset-3-lpg |
---|---|
Version: | 2.0.17 |
Release: | 6.el7 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 1903663 |
License: | EPL |
RPM: | devtoolset-3-lpg-2.0.17-6.el7.x86_64.rpm |
Source RPM: | devtoolset-3-lpg-2.0.17-6.el7.src.rpm |
Build Date: | Tue Jun 02 2015 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://lpg.sourceforge.net/ |
Summary: | LALR Parser Generator |
Description: | The LALR Parser Generator (LPG) is a tool for developing scanners and parsers written in Java, C++ or C. Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance. |
- Add Wno-strict-overflow flag to remove unnecessary warning about subtracting one from an index value.
- SCL enabled build.
- Rebuilt for RHEL 6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Add missing build dependency on ant-apache-regexp. - Remove empty sub-package that was accidentally left.
- Add version constants so we get the correct version numbers on the java libraries.
- Update to 2.0.17. - Add OSGI manifest info to the runtime jar. - Bundle generator docs with the generator in the main package.
- Better document source files/patches.
- Initial release of version 2.