Automic VaultAutomic Vault

brew

Installer bison avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bison pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install bison

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install bison

MacPorts ports tree · devel/bison/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add bison

Alpine Linux edge package indexes · bison · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install bison

Debian stable package indexes · bison · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install bison

Fedora Rawhide package metadata · bison · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#bison

nixpkgs package indexes · pkgs/by-name/bi/bison/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S bison

Arch Linux sync databases · bison · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install bison

openSUSE Tumbleweed package metadata · bison · Source: download.opensuse.org

Windows

Scoopvérifié · 92%
scoop install main/bison

Scoop official bucket manifest trees · bucket/bison.json · Source: api.github.com

aperçu

Résumé du paquet

Parser generator

Commandes et alias

  • bison
  • yacc

historique

Historique du projet et usages

GNU Bison is GNU's parser generator: a source-compatible successor to the classic Unix yacc workflow that reads a grammar and produces parser code. In package-manager culture it is one of the canonical build-time tools that appears quietly in dependency graphs for compilers, shells, interpreters, database tools, and other software with real grammars.

Historique du projet

Bison began as a GNU replacement for yacc, the parser generator associated with early Unix compiler construction. The GNU manual credits Robert Corbett's public-domain parser generator as the starting point and Richard Stallman with making it into Bison, with later development by GNU maintainers including Wilfred Hansen, Tom Tromey, Akim Demaille, Paul Eggert, and others.

The project kept yacc compatibility as a central design goal while adding GNU extensions, better diagnostics, multiple parser skeletons, GLR parsing support, internationalized diagnostics, and support for modern C and C++ parser workflows. That combination made it both a historical compatibility tool and an actively maintained compiler-construction utility.

Historique d'adoption

Bison was adopted because it let free software projects build yacc-style parsers without relying on proprietary Unix yacc implementations. Autoconf-era source packages commonly checked for bison or yacc, and many distributions install Bison as part of their developer-tool stack.

The package metadata in this batch shows Bison available through Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, Scoop, and openSUSE. That breadth reflects its role as infrastructure: many users never invoke bison directly, but their package builds do.

Modes d'utilisation

Bison is usually run during a build or release process: a maintainer writes a grammar file, Bison generates parser source, and the generated code is compiled into the consuming program. It is also installed as yacc on some systems or used through a yacc-compatible wrapper for software that expects the historical command name.

Its common neighbors are Flex or lex for tokenization, Autotools for build orchestration, and compilers such as GCC or Clang for the generated parser code. Packagers care about whether projects ship generated parsers in release tarballs or require Bison at build time.

Pourquoi les passionnés de paquets s'y intéressent

Bison is package-nerd bedrock because it explains a surprisingly large class of build failures: wrong Bison version, missing yacc compatibility, regenerated parser files changing generated C, or release tarballs that assume maintainers have GNU parser tools installed.

It is also a living link between early Unix language tooling and modern reproducible builds. A package can depend on it for one generated file, but that file may define the grammar of a shell, language, configuration format, or SQL dialect.

Chronologie

  • 1970s: yacc establishes the parser-generator workflow in Unix compiler tooling.
  • 1980s: GNU Bison is created as a free yacc-compatible parser generator based on Robert Corbett's public-domain work and GNU development.
  • 1990s-2000s: Bison becomes a routine dependency in Autotools-based free software builds.
  • 2000s-2010s: Bison adds modern parser features such as stronger diagnostics, C++ support, and GLR parsing.
  • 2020s: Bison remains packaged across Unix-like distributions and Homebrew as a core compiler-construction tool.

Related projects

  • yacc is the historical Unix parser generator whose interface Bison intentionally follows.
  • Berkeley Yacc and byacc are alternative yacc-compatible parser generators.
  • Flex and lex are the usual scanner-generator companions to Bison grammars.
  • Autoconf and Automake often discover or invoke Bison in source-package build systems.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 13 plateformes.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
bisoncliexécutable global
yacccliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire3.8.2
gestionnaire mis à jour2026-06-13
données localesOK
amontnot checked
dernière version détectéenon détecté

https://www.gnu.org/software/bison/

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:bison
Version3.8.2
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/bison
Page d'accueilhttps://www.gnu.org/software/bison/
Dépôthttps://git.savannah.gnu.org/git/bison.git
Docs amonthttps://www.gnu.org/software/bison
LicenceGPL-3.0-or-later
Archive sourcehttps://ftpmirror.gnu.org/gnu/bison/bison-3.8.2.tar.xz
Dernière mise à jour2026-06-13T01:03:19+02:00
Pulseupdated
Bibliothèques fournies par macOSm4
Bouteilledisponible (sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebison
Aliases
  • bison@3.8
Version Scheme1
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

bison 2:3.8.2+dfsg-1+b2

YACC-compatible parser generator

https://www.gnu.org/software/bison/

sudo apt install bison
  • Section: devel
  • Architecture: amd64
  • Source Package: bison
  • 2 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Bison
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bison from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

bison++ 1.21.11-5+b1

Generate a parser in c or c++ from BNF notation

sudo apt install bison++
  • Section: devel
  • Architecture: amd64
  • Source Package: bison++
  • 3 Dépendances
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Bison
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bison++ from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libbison-dev 2:3.8.2+dfsg-1+b2

YACC-compatible parser generator - development library

https://www.gnu.org/software/bison/

sudo apt install libbison-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: bison
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Bison
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libbison-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

bison

nix profile install nixpkgs#bison
  • normalized package name match
  • Correspondance par : Bison
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bi/bison/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

bison 2:3.8.2+dfsg-1build2

YACC-compatible parser generator

https://www.gnu.org/software/bison/

sudo apt install bison
  • Section: devel
  • Architecture: amd64
  • 2 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Bison
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bison from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

bison++ 1.21.11-5

Generate a parser in c or c++ from BNF notation

sudo apt install bison++
  • Section: universe/devel
  • Architecture: amd64
  • 3 Dépendances
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Bison
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bison++ from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libbison-dev 2:3.8.2+dfsg-1build2

YACC-compatible parser generator - development library

https://www.gnu.org/software/bison/

sudo apt install libbison-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: bison
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Bison
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libbison-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

bison 3.8.2-r3

The GNU general-purpose parser generator

https://www.gnu.org/software/bison/bison.html

sudo apk add bison
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: bison
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Bison
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bison from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

bison-doc 3.8.2-r3

The GNU general-purpose parser generator (documentation)

https://www.gnu.org/software/bison/bison.html

sudo apk add bison-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: bison
  • normalized package name match
  • Correspondance par : Bison
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bison-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

bison 3.8.2-15.fc44

GNU general-purpose parser generator

https://www.gnu.org/software/bison/

sudo dnf install bison
  • License: GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bison
  • 3 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Bison
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: bison from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

bison-devel 3.8.2-15.fc44

-ly library for development using Bison-generated parsers

https://www.gnu.org/software/bison/

sudo dnf install bison-devel
  • License: GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: i686
  • Source Package: bison
  • 2 fournit
  • normalized package name match
  • Correspondance par : Bison
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: bison-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

bison-runtime 3.8.2-15.fc44

Runtime support files used by Bison-generated parsers

https://www.gnu.org/software/bison/

sudo dnf install bison-runtime
  • License: GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bison
  • 1 fournit
  • normalized package name match
  • Correspondance par : Bison
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: bison-runtime from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

bison 3.8.2-8

The GNU general-purpose parser generator

https://www.gnu.org/software/bison/bison.html

sudo pacman -S bison
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Bison
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: bison from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz
zypper95%

bison 3.8.2-3.12

The GNU Parser Generator

https://www.gnu.org/software/bison/bison.html

sudo zypper install bison
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: bison
  • 3 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Bison
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bison from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

bison-32bit 3.8.2-3.12

The GNU Parser Generator

https://www.gnu.org/software/bison/bison.html

sudo zypper install bison-32bit
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: bison
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Bison
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bison-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

bison-lang 3.8.2-3.12

Translations for package bison

https://www.gnu.org/software/bison/bison.html

sudo zypper install bison-lang
  • License: GPL-3.0-or-later
  • Category: System/Localization
  • Architecture: noarch
  • Source Package: bison
  • 1 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Bison
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bison-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment