flex_2.5.39-8_amd64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/wcandillon/zorba/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/wcandillon/zorba/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install flex=2.5.39-8

fast lexical analyzer generator

Full description:
  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.

Checksums

MD5 a98debccba09b4e3b11b23f6d79ff246
SHA1 60396331a70f19c08082304eb19b3439d9bb8d0c
SHA256 479d7d92e318b688d82d2c16f346a9b34e9829b02fc262bf61bf667e368954c1
SHA512 3fb6b43a6e9e1ac788dbc5ebb85d4459e1b11abee786c4af292c78eff366e71079cde881e0f5d67900d4dfd0f626fba7f3c40fbfffc46bdd103057253338ab9e

Depends

  • libc6 (>= 2.14), m4, libfl-dev (= 2.5.39-8), dpkg (>= 1.15.4) | install-info

Recommends

  • gcc | c-compiler

Suggests

  • bison, build-essential

Pre-Depends

  • debconf | debconf-2.0

Files

  • /usr/share/man/man1/flex.1.gz
  • /usr/share/info/flex.info.gz
  • /usr/share/info/flex.info-2.gz
  • /usr/share/info/flex.info-1.gz
  • /usr/share/doc/flex/TODO
  • /usr/share/doc/flex/THANKS
  • /usr/share/doc/flex/ONEWS.gz
  • /usr/share/doc/flex/NEWS.gz
  • /usr/share/doc/flex/examples/testxxLexer.l
  • /usr/share/doc/flex/examples/README
  • /usr/share/doc/flex/examples/manual/yymoretest.dat
  • /usr/share/doc/flex/examples/manual/yymore2.lex
  • /usr/share/doc/flex/examples/manual/yymore.lex
  • /usr/share/doc/flex/examples/manual/wc.lex
  • /usr/share/doc/flex/examples/manual/userinit.lex
  • /usr/share/doc/flex/examples/manual/user_act.lex
  • /usr/share/doc/flex/examples/manual/unput.lex
  • /usr/share/doc/flex/examples/manual/strtest.dat
  • /usr/share/doc/flex/examples/manual/string2.lex
  • /usr/share/doc/flex/examples/manual/string1.lex
  • /usr/share/doc/flex/examples/manual/replace.lex
  • /usr/share/doc/flex/examples/manual/reject.lex
  • /usr/share/doc/flex/examples/manual/README
  • /usr/share/doc/flex/examples/manual/pascal.lex
  • /usr/share/doc/flex/examples/manual/pas_include.lex
  • /usr/share/doc/flex/examples/manual/numbers.lex.gz
  • /usr/share/doc/flex/examples/manual/myname2.lex
  • /usr/share/doc/flex/examples/manual/myname.txt
  • /usr/share/doc/flex/examples/manual/myname.lex
  • /usr/share/doc/flex/examples/manual/Makefile.in.gz

Uploaded

about 9 years ago

Package Size

281 KB

Installed Size

785 KB

Downloads

12

wget

wget --content-disposition "https://packagecloud.io/wcandillon/zorba/packages/ubuntu/precise/flex_2.5.39-8_amd64.deb/download.deb?distro_version_id=16"

Homepage

http://flex.sf.net/