Project flex-2.6.1-9.el8
content_copy
Name
flex
Epoch
0
Version
2.6.1
Release
9.el8
Website/URL
https://github.com/westes/flex
License
BSD and LGPLv2+
Build Time
2023-12-01 11:02:50
Build Host
builder-x86-09.inferitos.ru
Summary
A tool for creating scanners (text pattern recognizers)
Repositories
AppStream
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.
Errata
—
×
Package
Summary
SHA-256 checksum
x86_64
flex-2.6.1-9.el8.x86_64
content_copy
A tool for creating scanners (text pattern recognizers)
838585aca72893b6e8332e6ed1bfd5c9f61335a357565ad4ed4ad9157e899fb4
download
flex-doc-2.6.1-9.el8.x86_64
content_copy
Documentation for flex scanner generator
f9e0707c3acdf17c7eb5d40b7d0d51c29e86903b8b0c01724031e740b1bd4923
download
flex-devel-2.6.1-9.el8.x86_64
content_copy
Libraries for flex scanner generator
e3ebc6e6ef8d3ace97fad03389ff710102e635fc7874c1b79f1ab21bd3c4d10b
download
i686
flex-devel-2.6.1-9.el8.i686
content_copy
Libraries for flex scanner generator
5c144db86e41abc4e2628df13b08ef7ea5e9695e8375888e86dd1a51abe03bb3
download
src
flex-2.6.1-9.el8.src
content_copy
A tool for creating scanners (text pattern recognizers)
a1b47e4bd0d11082017bb1be225802689361b30a13748554c724ccb2f35a3027
download
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.6.1-9
- Rebuilt for MSVSphere 8.8
* Tue Jul 31 2018 Arjun Shankar <arjun@redhat.com> - 2.6.1-9
- Add gcc and gcc-c++ as build-time requirements
* Mon Jun 18 2018 Arjun Shankar <arjun@redhat.com> - 2.6.1-8
- Remove g++ signed/unsigned comparison warning in generated scanner
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.6.1-7
- Escape macros in %changelog
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.6.1-3
- Add missing %license macro
* Sun Sep 25 2016 Patsy Franklin <pfrankli@redhat.com> - 2.6.1-2
- Fix several type comparison issues including BZ #1373601
* Tue Sep 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 2.6.1-1
- Rebase to 2.6.1 (#1318074,#1364943)
- update URL (github), drop unused patches (#1238860)