a b c d e f g h i j k l m n o p q r s t u v w x y z

flex

Source: flex
Package: flex
Versions: 
Prioritize: 47
Description: A fast lexical analyzer generator.
 flex is a tool for generating scanners: programs which recognized lexical
 patterns in text. flex 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.
 .
 The behaviour of Flex has undergone a major change since version
 2.5.4a; Flex scanners are now reenterant, you may have multiple
 scanners in the same program with differing sets of defaults, and
 they play nicer with modern C and C++ compilers. The Flip side is
 that Flex no longer conforms to the POSIX lex behaviour, and the
 scanners require conforming implementations when flex is used in ANSI
 C mode. The package flex-old provides the older behaviour.
 .
 This product includes software developed by the University of California,
 Berkeley and its contributors. The upstream source code can be found at
 http://prdownloads.sourceforge.net/flex/flex-2.5.33.tar.bz2?download
 The project web page is at http://flex.sf.net/

This Description was in sid from 2006-04-12 to 2006-05-04;
This Description was in etch from 2006-04-23 to 2006-05-14;

This Description is not yet translated to ar
This Description is not yet translated to bg
This Description is not yet translated to ca
This Description is translated to cs
This Description is not yet translated to da
This Description is translated to de
This Description is not yet translated to de_DE
This Description is not yet translated to el
This Description is not yet translated to eo
This Description is not yet translated to es
This Description is not yet translated to eu
This Description is not yet translated to fi
This Description is not yet translated to fr
This Description is not yet translated to gl
This Description is not yet translated to hr
This Description is not yet translated to hu
This Description is not yet translated to id
This Description is not yet translated to it
This Description is not yet translated to ja
This Description is not yet translated to km
This Description is not yet translated to ko
This Description is not yet translated to ml
This Description is not yet translated to nb
This Description is not yet translated to nl
This Description is not yet translated to pl
This Description is not yet translated to pt
This Description is not yet translated to pt_AO
This Description is translated to pt_BR
This Description is not yet translated to ro
This Description is not yet translated to ru
This Description is not yet translated to sk
This Description is not yet translated to sr
This Description is not yet translated to sv
This Description is not yet translated to tr
This Description is not yet translated to uk
This Description is not yet translated to vi
This Description is not yet translated to zh
This Description is not yet translated to zh_CN
This Description is not yet translated to zh_TW

parts-md5sum:
049d3e0b98b18e9eeae897bc85ed6af4 cs da de es fr it ja ko nl pl pt_BR ru     
ba0b0aebc4c7e9e0c5d6f3f3cc4fbf29 cs de es fr it ja ko nl pl pt_BR ru     
3a1f89e550d9f20f605dcf4188421733 cs de pl pt_BR ru     
93f5e5248c7dc682b3017bc8c7c45171 cs de es fr it ja ko nl pt_BR     

other Descriptions of the flex package:

Description: 220796 patch
This Description is active
This Description was in forky from 2025-08-10 to 2026-09-03;
This Description was in trixie from 2023-06-12 to 2026-07-13;
This Description was in sid from 2014-04-15 to 2026-09-03;
This Description was in bookworm from 2021-08-18 to 2026-07-13;
This Description was in bullseye from 2020-03-03 to 2024-09-02;
This Description was in buster from 2017-07-28 to 2022-09-13;
This Description was in jessie from 2014-05-04 to 2018-06-26;
This Description was in stretch from 2015-05-03 to 2020-07-21;

Description: 2492 patch
This Description was in etch from 2005-07-16 to 2006-04-22;
This Description was in sid from 2005-07-16 to 2006-04-11;

Description: 43860 patch
This Description was in lenny from 2008-03-01 to 2011-07-22;
This Description was in etch from 2009-10-02 to 2011-07-22;
This Description was in squeeze from 2009-02-16 to 2011-07-22;
This Description was in sid from 2008-02-08 to 2009-12-17;

Description: 66157 patch
This Description was in jessie from 2013-08-08 to 2014-05-03;
This Description was in sid from 2009-12-18 to 2014-04-14;
This Description was in wheezy from 2011-02-12 to 2016-06-07;
This Description was in squeeze from 2009-12-18 to 2014-07-22;

Description: 23654 patch
This Description was in sid from 2006-05-04 to 2008-02-10;
This Description was in lenny from 2007-06-14 to 2011-06-22;
This Description was in etch from 2006-05-15 to 2011-07-22;