Library description: Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR parser tables.
Anything else that is useful to know when adding (such as optional features the library may have that should be included): This is a CLI tool that is required to compile other libraries that vcpkg is made of. An example of that is gettext (see #24895)
Library name: GNU Bison
Library description: Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR parser tables.
Source repository URL: https://git.savannah.gnu.org/cgit/bison.git
Project homepage (if different from the source repository): https://www.gnu.org/software/bison/
Anything else that is useful to know when adding (such as optional features the library may have that should be included): This is a CLI tool that is required to compile other libraries that vcpkg is made of. An example of that is gettext (see #24895)