libfl-dev_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 libfl-dev=2.5.39-8

static library for flex (a fast lexical analyzer generator)

Full description:
  static library for flex (a 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.
 .
 This package contains the static library for flex.

Checksums

MD5 edcff9f164e7a06849ada008ea29da9b
SHA1 986bbd9579856a315ae9774302e13f5c9140c2bc
SHA256 4c6704815fa2fb7e82b77aac4a8be085508c70517a9f26effcd0b9e2049d1e82
SHA512 ec13d9aa07b5074745908e09ead37b5f297772fafc8f05d84b0177ebd008fb7c7f7ff7c569f76495ec70f9bdf8ffb1821f91632122bf2d90bebb8c919fa04376

Depends

  • libc6 (>= 2.2.5)

Replaces

  • flex (<< 2.5.39), flex-old (<= 2.5.4a-10)

Breaks

  • flex (<< 2.5.39), flex-old (<= 2.5.4a-10)

Files

  • /usr/share/lintian/overrides/libfl-dev
  • /usr/share/doc/libfl-dev/README.Debian
  • /usr/share/doc/libfl-dev/README
  • /usr/share/doc/libfl-dev/NEWS.Debian.gz
  • /usr/share/doc/libfl-dev/copyright
  • /usr/share/doc/libfl-dev/changelog.Debian.gz
  • /usr/lib/x86_64-linux-gnu/libfl.so.2.0.0
  • /usr/lib/x86_64-linux-gnu/libfl.a
  • /usr/lib/x86_64-linux-gnu/libfl_pic.so.2.0.0
  • /usr/lib/x86_64-linux-gnu/libfl_pic.a
  • /usr/include/FlexLexer.h

Uploaded

about 9 years ago

Package Size

12.8 KB

Installed Size

85.9 KB

Downloads

14

wget

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

Homepage

http://flex.sf.net/