bison 3.8.2-ok1 source package in openKylin

Changelog

bison (3.8.2-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Wed, 24 Aug 2022 15:44:00 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main devel
Yangtze V1.0 proposed main devel

Downloads

File Size SHA-256 Checksum
bison_3.8.2.orig.tar.gz 5.4 MiB 06c9e13bdf7eb24d4ceb6b59205a4f67c2c7e7213119644430fe82fbd14a0abb
bison_3.8.2-ok1.debian.tar.xz 33.6 KiB 0a766ae66c2ead1b62b6df2726ac4a85552a0ea7beb04ede1b1585b9c668883c
bison_3.8.2-ok1.dsc 1.7 KiB 3ed15243c2db95464be8aac8c4b872997f0ec296914b3f3896608fd417a88182

Available diffs

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.