Development/Tools

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

Name:flex Vendor:Red Hat, Inc.
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:Wed Mar 8 07:42:54 2006
Packager:Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Size:403 KiB

Changelog

* Wed Mar 8 17:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 2.5.4a-37.4
- adding test for #183098 into build process
* Thu Mar 2 17:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 2.5.4a-37.3
- rebuilt, no changes inside. In hunt for #183098
* Fri Feb 10 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.5.4a-37.2
- bump again for double-long bug on ppc(64)

Listing created by RepoView-0.5-1