Development/Tools

flex: A tool for creating scanners (text pattern recognizers).

Name:flex Vendor:StartCom Ltd., http://www.startcom.org
Version:2.5.4a License:BSD
Release:37.4 URL:http://www.gnu.org/software/flex/
Summary
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.

Arch: src

Download:flex-2.5.4a-37.4.src.rpm
Build Date:Sun Apr 2 05:15:57 2006
Packager:Eddy Nigg <eddy_nigg@startcom.org>
Size:403 KiB

Changelog

* Sun Apr 2 01:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
- Rebuild for StartCom Linux 5.0.x
* Thu Mar 9 00:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 2.5.4a-37.4
- adding test for #183098 into build process
* Fri Mar 3 00:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 2.5.4a-37.3
- rebuilt, no changes inside. In hunt for #183098

Listing created by RepoView-0.5.1-1