معرفی شرکت ها


i586-flex-2.6.0-alt1.i586.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A fast lexical analyzer generator
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p8
مخزن ALTLinux classic i586
نام بسته i586-flex
نام فایل بسته i586-flex-2.6.0-alt1.i586.rpm
نسخه بسته 2.6.0
انتشار بسته alt1
معماری بسته i586
نگهدارنده -
تاریخ ساخت Wed 02 Dec 2015 07
هاست سازنده ldv-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://flex.sourceforge.net/
مجوز BSD-style
حجم دانلود 8.5K
حجم نصب 4.817K
[This package was automatically repackaged from i586.] 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 reentrant, 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.


جایگزین ها

بسته نسخه معماری مخزن
i586-flex-old-2.5.4a-alt4.i586.rpm 2.5.4a i586 ALT classic


نیازمندی

مقدار نام
= 2.6.0-alt1 flex
- /lib/ld-linux.so.2
- libc.so.6(GLIBC_2.0)
- libc.so.6(GLIBC_2.1)
- libc.so.6(GLIBC_2.11)
- libc.so.6(GLIBC_2.2)
- libc.so.6(GLIBC_2.3)
- libc.so.6(GLIBC_2.3.4)
- libc.so.6(GLIBC_2.4)
- libc.so.6(GLIBC_2.7)
- libm.so.6(GLIBC_2.0)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 2.6.0-alt1 i586-flex


نحوه نصب


نصب پکیج rpm i586-flex:

    sudo apt-get install i586-flex-2.6.0-alt1.i586.rpm


فایل ها

مسیرها
/usr/lib/libfl.a
/usr/lib/libfl_pic.a
/usr/lib/libl.a


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2015-12-02

Updated to v2.6.0-8-g9ba6e52.

2012-09-07

Reverted upstream commit flex-2.5.37-10-gec2fdb8 that introduced

2012-09-05

Updated to flex-2.5.37-17-gbac5b2b.
flex.skl: fixed warnings generated by gcc -Wunused-parameter

2012-09-01

Updated to 2.5.36.
Fixed build with new bison.

2011-02-07

Minor specfile cleanup.

2009-09-10

Moved "make check" to %check section.

2009-06-02

Removed obsolete %install_info/%uninstall_info calls.
Updated backport for doc/flex.texi.

2009-03-04

Backported fixes from flex cvs snapshot 20081228.
Fixed isatty(3) declaration (closes: SF#1984987).
Fixed gcc-4.4 testsuite failures (closes: SF#2178663).
Updated patches from debian and opensuse flex packages.
Enabled flex test suite during build by default.

2009-03-04

Updated to 2.5.35 (closes: ALT#19055).
Added compiler-specific optimization: yy_fatal_error should be
Disabled flex-2.5.31-11 patch.
Added Debian and Mandriva patches.

2007-04-14

Synced with Debian's flex-2.5.31-11.

2006-07-30

The sourceforge project name was changed from lex to flex,
Synced with Debian's flex-2.5.31-4.

2006-03-01

Updated to 2.5.33.
Synced with Debian's flex-2.5.31-1.

2005-10-22

Applied patch from Debian's flex-2.5.31-34.
Build with -D_REENTRANT option added.
Additional specfile convention enforcement.

2005-10-14

2.5.31

2002-10-29

rebuild

2002-07-23

Applied gcc31 C++ compilation fixes (mdk).