Name: | flex |
---|---|
Version: | 2.5.37 |
Release: | 3.el7 |
Architecture: | aarch64 |
Group: | Development/Tools |
Size: | 798284 |
License: | BSD and LGPLv2+ |
RPM: | flex-2.5.37-3.el7.aarch64.rpm |
Source RPM: | flex-2.5.37-3.el7.src.rpm |
Build Date: | Sat May 05 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://flex.sourceforge.net/ |
Summary: | A tool for creating scanners (text pattern recognizers) |
Description: | The flex program generates scanners. Scanners are programs which can recognize lexical patterns in text. Flex takes pairs of regular expressions and C code as input and generates a C source file as output. The output file is compiled and linked with a library to produce an executable. The executable searches through its input for occurrences of the regular expressions. When a match is found, it executes the corresponding C code. Flex was designed to work with both Yacc and Bison, and is used by many programs as part of their build process. You should install flex if you are going to use your system for application development. |
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- Rebase to 2.5.37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Bump for rebuild
- Rebase to 2.5.36 - Drop flex-2.5.35-sign.patch, flex-2.5.35-hardening.patch, flex-2.5.35-gcc44.patch, flex-2.5.35-missing-prototypes.patch - Add flex-2.5.36-bison-2.6.1.patch - Add a subpackage doc - Resolves #842073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rename flex-static to flex-devel so that it gets to repositories of minor multi-lib arch (i386 on x86_64 etc.) - Resolves: #674301
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild