flex 2.5.35-10ubuntu2 source package in Ubuntu

Changelog

flex (2.5.35-10ubuntu2) precise; urgency=low

  * Split the flex package into flex and libfl-dev, with flex as a
    Multi-Arch: foreign package depending on a Multi-Arch: same libfl-dev,
    so that flex works for cross-building.  Thanks to
    Riku Voipio <email address hidden> for the initial version of this patch.
    Closes: #611230, LP: #873015.
 -- Steve Langasek <email address hidden>   Sun, 06 Nov 2011 18:46:54 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
flex_2.5.35.orig.tar.gz 1.4 MiB a6fe3ac80b5f89769d833efde712f95bb0255bcf9089fa324636a9b8a005c717
flex_2.5.35-10ubuntu2.diff.gz 41.6 KiB 011e956462c3f9aba269618675c58e2a13fd2aad80af6c44f92a868b5279bfb3
flex_2.5.35-10ubuntu2.dsc 1.9 KiB 5b16eca217823042dd51a63746e8a34ca4cc9a23c1acd8eabf0d16085ea38678

View changes file

Binary packages built by this source

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.

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.