Key | Value |
---|---|
FileName | ./usr/share/doc/flex/copyright |
FileSize | 2847 |
MD5 | 1021834CDF21F3B11A845D43E8457189 |
SHA-1 | B259A845430D50F52899DF86DAE31BBAAA40595B |
SHA-256 | C0D96BF978D865AECB1091338815320C2C30C0483F2B6737296BFAF70590A001 |
SSDEEP | 48:g8L3bNBRS2iTMj3eZNhAUhewLIR3A9pYgxxTCPkWTSMgaz3BJmO/CJ6u8KbwkJ4:gsbNBRz6MTyQvw0RupXh4h1JmO6J6u1i |
TLSH | T1CA51E72DB384C332896104E2B94DE1C1772F3A6C731AC681785CC19CB38E97986F67C8 |
hashlookup:parent-total | 20 |
hashlookup:trust | 100 |
The searched file hash is included in 20 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 236172 |
MD5 | 5ADEA7BC725C96C286ADB5F402B635C0 |
PackageDescription | 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 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. . 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/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | flex |
PackageSection | devel |
PackageVersion | 2.5.33-12build1 |
SHA-1 | 05B0DF1AF12769107113E6C21BE712FAA65B214A |
SHA-256 | EDD34A8EFBA17CE4CFA90EBFF39C60498E5896B999E37E5127551EBB3E2376FB |
Key | Value |
---|---|
FileSize | 236620 |
MD5 | A5F5DFD248C4EBAA78B451EDE63FA82B |
PackageDescription | 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 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. . 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/ |
PackageMaintainer | Manoj Srivastava <srivasta@debian.org> |
PackageName | flex |
PackageSection | devel |
PackageVersion | 2.5.33-4 |
SHA-1 | 068DADA01B992DEBC1CB624FDFA1E2881AE926EB |
SHA-256 | 5038B16C2913053F08E2D35C01A36FD8A43488D46CB66F02E5E824C46A7036F4 |
Key | Value |
---|---|
FileSize | 245246 |
MD5 | E85231D09DD689F55028810824D083CC |
PackageDescription | 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 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. . 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/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | flex |
PackageSection | devel |
PackageVersion | 2.5.33-12build1 |
SHA-1 | 0AF989423829C33C99CCF38A7540F284B004933A |
SHA-256 | 4A82E3BA55B9BF6DFBE20E8C985B6231DFDB5C4BB773A7658CC84A557F14F613 |
Key | Value |
---|---|
FileSize | 277542 |
MD5 | 62D1B7890C6DCE022D63BF9D084AF312 |
PackageDescription | 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 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. . 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/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | flex |
PackageSection | devel |
PackageVersion | 2.5.33-10build1 |
SHA-1 | 1CA9227103534664F236DB7ACB7A88F607946453 |
SHA-256 | 3C3B0E94648DA72E5501897CA4EBA6AAD49D8085AD2BE67375FBE68273EE7B3A |
Key | Value |
---|---|
FileSize | 238336 |
MD5 | 028D1B224804EDEC62FEA98EB044DEC2 |
PackageDescription | 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 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. . 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/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | flex |
PackageSection | devel |
PackageVersion | 2.5.33-10build1 |
SHA-1 | 29B80689C206EFE690183E77BF01B876691E58DD |
SHA-256 | 1A0952614C4146D5D1E8E3A89492B7FEEE1BB5BDDD6A34E577F4331D547D3B85 |
Key | Value |
---|---|
FileSize | 154936 |
MD5 | 5E0B0CBB32BCC42EB45DAEC819841EEA |
PackageDescription | Documentation for flex (a fast lexical analyzer generator) This package contains the HTML documentation for flex. The upstream source code can be found at http://prdownloads.sourceforge.net/lex/flex-2.5.31.tar.bz2?download The project web page is at http://lex.sf.net/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | flex-doc |
PackageSection | doc |
PackageVersion | 2.5.33-10build1 |
SHA-1 | 3731D7FBCC6FEA65F1F01E9081EBA45AED626413 |
SHA-256 | 1F50B1DBA5E6E90B17E11051EF2D63ABF61DDA0C91191C247C7AFF5BCBD104E1 |
Key | Value |
---|---|
FileSize | 248356 |
MD5 | 5D4F140CD5FA0DBA2769F9A3C674BBB4 |
PackageDescription | 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 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. . 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/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | flex |
PackageSection | devel |
PackageVersion | 2.5.33-12build1 |
SHA-1 | 439F9CC61392D34C2050D5F300345111C3AC2AD4 |
SHA-256 | D86130181C325325A4E8F49B1704643C3129F52A258FB33EFEE3C6AFBEA731AD |
Key | Value |
---|---|
FileSize | 242288 |
MD5 | 7C2523773C9C9740EEB0F10ECF282FA5 |
PackageDescription | 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 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. . 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/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | flex |
PackageSection | devel |
PackageVersion | 2.5.33-10build1 |
SHA-1 | 4F62C5DA400B640B857F9D33FA765E71E2E39B3A |
SHA-256 | 88501A76933B36A57CA48AC62C4AA23279F6D17CEE1144ED128DE1F5371F1F73 |
Key | Value |
---|---|
FileSize | 241196 |
MD5 | E67A953C6BD64944B6BCEEA9E0156B59 |
PackageDescription | 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 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. . 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/ |
PackageMaintainer | Manoj Srivastava <srivasta@debian.org> |
PackageName | flex |
PackageSection | devel |
PackageVersion | 2.5.33-4 |
SHA-1 | 547891544A2FE051646C784A4FE60B3972E34C2D |
SHA-256 | 795CBBE9EDA7956F57F5114DD8B6BB3EF9963931886D61A513679BCFCBF2EA5D |
Key | Value |
---|---|
FileName | flex-doc_2.5.33-12build1_all.deb |
FileSize | 187596 |
MD5 | 6E4E435085A313191AB0B024A2838F89 |
PackageDescription | Documentation for flex (a fast lexical analyzer generator) This package contains the HTML documentation for flex. The upstream source code can be found at http://prdownloads.sourceforge.net/lex/flex-2.5.31.tar.bz2?download The project web page is at http://lex.sf.net/ |
PackageMaintainer | Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | flex-doc |
PackageSection | doc |
PackageVersion | 2.5.33-12build1 |
SHA-1 | 72ABED8A77D76835A3B77628F071CCB39D0C6566 |
SHA-256 | 99E4B167F21DD266182B3DCEA989FA2214E0A214C4859FC1301B3AFDD2111F4C |
nsrl-sha256 | rds241-sha256.zip |