bison 2:3.8.2+dfsg-1build1 source package in Ubuntu

Changelog

bison (2:3.8.2+dfsg-1build1) jammy; urgency=medium

  * No-change rebuild for ppc64el baseline bump.

 -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 23 Mar 2022 10:43:48 +0100

Upload details

Uploaded by:
Łukasz Zemczak
Uploaded to:
Jammy
Original maintainer:
Chuan-kai Lin
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main devel
Lunar release main devel
Jammy release main devel

Downloads

File Size SHA-256 Checksum
bison_3.8.2+dfsg.orig.tar.xz 2.5 MiB dff8a3c96dd34121828f62a7fa49e1f7765815b89e59f564e8d2a9e71c177be5
bison_3.8.2+dfsg-1build1.debian.tar.xz 11.0 KiB 91bd7791d0c3c32450ad94a5b68d2f85d8df1cfc73b6ee85863107e2096d9c9a
bison_3.8.2+dfsg-1build1.dsc 1.5 KiB 1ababbcbed31d005ecaddefa6ec7f1f796d8aaad7f6af691f9815e7e18654e57

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.

bison-dbgsym: debug symbols for bison
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.