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/doc/flex/ABOUT-NLS.gz
  • /usr/share/doc-base/flex
  • /usr/bin/flex

Uploaded

about 9 years ago

Package Size

281 KB

Installed Size

785 KB

Downloads

13

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/