bison 2:3.0.2.dfsg-1ubuntu1 source package in Ubuntu

Changelog

bison (2:3.0.2.dfsg-1ubuntu1) trusty; urgency=low

  * Disable parallel build until
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732034 is fixed.
 -- Dimitri John Ledkov <email address hidden>   Fri, 13 Dec 2013 12:37:29 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bison_3.0.2.dfsg.orig.tar.bz2 2.0 MiB 8798452f48c6b1114c3bd491b1a74540a30e2d7c0369141e6bba1b62d5c91e68
bison_3.0.2.dfsg-1ubuntu1.debian.tar.gz 8.9 KiB eca21f7de97b62b881b21260df8df24059ddab5472b473fb5f954e417ba49a6b
bison_3.0.2.dfsg-1ubuntu1.dsc 1.9 KiB f84452401311cf549c61b104918613808fe1a2ffa8e62f38ceff0b16b90f227a

View changes file

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.