microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23.14k stars 6.37k forks source link

[New Port Request] GNU Bison #24905

Closed PaulCombal closed 2 years ago

PaulCombal commented 2 years ago

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)

LilyWangLL commented 2 years ago

If you wish to add this port in the future, you can reopen this issue, but we're closing it for now.