Package flex-2.6.4-9.el9.x86_64
Name | flex |
---|---|
Epoch | 0 |
Version | 2.6.4 |
Release | 9.el9 |
Architecture | x86_64 |
Website/URL | https://github.com/westes/flex |
License | BSD and LGPLv2+ |
Build Time | 2023-03-19 15:31:29 |
Build Host | builder-x86-03.inferitos.ru |
Summary | A tool for generating 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 | — |
Size | 315 KiB |
Source Project | flex-2.6.4-9.el9 |
SHA-256 checksum | 10884c841df339bd3ec4aa59170b8611e6947a584b37e0827a02d9fef2014e20 |
×
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.6.4-9 - Rebuilt for MSVSphere 9.1. * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.6.4-9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.6.4-8 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937