Package
libbison-devVersion
2:3.0.4.dfsg-1Priority
optionalSection
libdevelSource
bisonOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Chuan-kai Lin <cklin@debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
357 kBRecommends
bisonHomepage
http://www.gnu.org/software/bison/Supported
5yDownload Size
338 kBAPT Manual Installed
noAPT Sources
http://archive.ubuntu.com/ubuntu xenial/main amd64 PackagesDescription
YACC-compatible parser generator - development libraryBison 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.