bison 2:3.0.2.dfsg-2 source package in Ubuntu RTM

Changelog

bison (2:3.0.2.dfsg-2) unstable; urgency=low


  * Fix parallel builds by inhibiting example code extraction in Makefiles
    (Closes: #732034).

 -- Chuan-kai Lin <email address hidden>  Mon, 16 Dec 2013 21:49:59 -0800

Upload details

Uploaded by:
Chuan-kai Lin
Uploaded to:
Sid
Original maintainer:
Chuan-kai Lin
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main devel
14.09 release main devel

Downloads

File Size SHA-256 Checksum
bison_3.0.2.dfsg-2.dsc 1.1 KiB 9fcb10a21d2f901fa944bbefaf34d1c987e5292572648f9109a58a5a6622c827
bison_3.0.2.dfsg.orig.tar.bz2 2.0 MiB 8798452f48c6b1114c3bd491b1a74540a30e2d7c0369141e6bba1b62d5c91e68
bison_3.0.2.dfsg-2.debian.tar.gz 9.3 KiB b92fc6617c0728cf3fed58883cb4c9c988e18b4d25ce7974cc776387ca05add7

No changes file available.

Binary packages built by this source

bison: YACC-compatible parser generator

 Bison is a general-purpose parser generator that converts a
 grammar description for an LALR(1) context-free grammar into a C
 program to parse that grammar. Once you are proficient with Bison, you
 may use it to develop a wide range of language parsers, from those used
 in simple desk calculators to complex programming languages.
 .
 Bison is upward compatible with Yacc: all properly-written Yacc
 grammars ought to work with Bison with no change. Anyone familiar with
 Yacc should be able to use Bison with little trouble. Documentation of
 the program is in the bison-doc package.

libbison-dev: YACC-compatible parser generator - development library

 Bison is a general-purpose parser generator that converts a
 grammar description for an LALR(1) context-free grammar into a C
 program to parse that grammar. Once you are proficient with Bison, you
 may use it to develop a wide range of language parsers, from those used
 in simple desk calculators to complex programming languages.
 .
 This package provides the liby.a file including functions needed by
 yacc parsers.