bison++ 1.21.11-5 source package in Ubuntu
Changelog
bison++ (1.21.11-5) unstable; urgency=medium * Update packaging clean target (closes: #997419). * Remove Jose Luis Tallon from uploaders (closes: #838075). * Update debhelper level to 13: - don't specify parallel to debhelper. * Update Standards-Version to 4.6.0 . -- Laszlo Boszormenyi (GCS) <email address hidden> Sun, 24 Oct 2021 08:32:10 +0200
Upload details
- Uploaded by:
- Laszlo Boszormenyi
- Uploaded to:
- Sid
- Original maintainer:
- Laszlo Boszormenyi
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | devel | |
Kinetic | release | universe | devel | |
Jammy | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bison++_1.21.11-5.dsc | 1.7 KiB | f5317f4d1c849a24a85147e76d8cd3778c5dcb2b539fd08f75262bed22c80feb |
bison++_1.21.11.orig.tar.gz | 530.6 KiB | d274bd25b354b50fd64884883ee46aba22e17728ee190f063db0b7254b662517 |
bison++_1.21.11-5.debian.tar.xz | 4.6 KiB | cb737fb2ce79acc968b9cc183b4d77eae9a30daed9d1fb170349b5591dd32de5 |
Available diffs
No changes file available.
Binary packages built by this source
- bison++: Generate a parser in c or c++ from BNF notation
Based on bison version 1.19. Compatible with bison but with C++ support.
Bison is a general-purpose parser generator that converts a grammar
description for an LALR (BNF-like) context free grammar into a C/C++ program
to parse that grammar. Once you are proficient with bison++ you can generate
a wide range of language parsers, from those used in simple desk calculators
to complex programming languages.
- bison++-dbgsym: debug symbols for bison++