flex 2.6.4-4 source package in Ubuntu
Changelog
flex (2.6.4-4) unstable; urgency=medium * remove .la file from flex; fixed FTBS for PAM * Bug fix: "backported commit causes FTBFS (and potentially miscompilation) of generated files", thanks to Adrian Bunk (Closes: #890411). -- Manoj Srivastava <email address hidden> Fri, 16 Feb 2018 12:45:26 -0800
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
flex_2.6.4-4.dsc | 2.0 KiB | 3efc4647e4f2a34f81e9f7becc31f759ae58c3ca40c24d13701c76acdee5edae |
flex_2.6.4.orig.tar.gz | 1.4 MiB | e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995 |
flex_2.6.4-4.diff.gz | 56.5 KiB | 132f786c5ea39dd0aeafad093b17a99af8aba7f09ad28259ae807d9023d38348 |
Available diffs
- diff from 2.6.4-3 to 2.6.4-4 (888 bytes)
No changes file available.
Binary packages built by this source
- flex: fast lexical analyzer generator
Flex is a tool for generating scanners: programs which recognized lexical
patterns in text. It reads the given input files for a description of a
scanner to generate. The description is in the form of pairs of regular
expressions and C code, called rules. Flex generates as output a C source
file, lex.yy.c, which defines a routine yylex(). This file is compiled
and linked with the -lfl library to produce an executable. When the
executable is run, it analyzes its input for occurrences of the regular
expressions. Whenever it finds one, it executes the corresponding C code.
- flex-dbgsym: debug symbols for flex
- flex-doc: Documentation for flex (a fast lexical analyzer generator)
Flex is a tool for generating scanners: programs which recognized lexical
patterns in text. It reads the given input files for a description of a
scanner to generate. The description is in the form of pairs of regular
expressions and C code, called rules. Flex generates as output a C source
file, lex.yy.c, which defines a routine yylex(). This file is compiled
and linked with the -lfl library to produce an executable. When the
executable is run, it analyzes its input for occurrences of the regular
expressions. Whenever it finds one, it executes the corresponding C code.
.
This package contains the HTML documentation for flex.
- libfl-dev: static library for flex (a fast lexical analyzer generator)
Flex is a tool for generating scanners: programs which recognized lexical
patterns in text. It reads the given input files for a description of a
scanner to generate. The description is in the form of pairs of regular
expressions and C code, called rules. Flex generates as output a C source
file, lex.yy.c, which defines a routine yylex(). This file is compiled
and linked with the -lfl library to produce an executable. When the
executable is run, it analyzes its input for occurrences of the regular
expressions. Whenever it finds one, it executes the corresponding C code.
.
This package contains the static library for flex.
- libfl-dev-dbgsym: No summary available for libfl-dev-dbgsym in ubuntu bionic.
No description available for libfl-dev-dbgsym in ubuntu bionic.