Automic VaultAutomic Vault

brew

byacc を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop でインストール

byacc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install byacc

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install byacc

MacPorts ports tree · devel/byacc/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add byacc

Alpine Linux edge package indexes · byacc · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install byacc

Debian stable package indexes · byacc · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install byacc

Fedora Rawhide package metadata · byacc · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#byacc

nixpkgs package indexes · pkgs/by-name/by/byacc/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S byacc

Arch Linux sync databases · byacc · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install byacc

openSUSE Tumbleweed package metadata · byacc · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/byacc

Scoop official bucket manifest trees · bucket/byacc.json · ソース: api.github.com

概要

パッケージ概要

(Arguably) the best yacc variant

コマンドとエイリアス

  • byacc

履歴

プロジェクトの歴史と使われ方

Berkeley Yacc, usually packaged as byacc, is a public-domain yacc-compatible LALR(1) parser generator. It is valued as a small, portable yacc implementation that avoids the heavier dependencies and dialect assumptions of some alternatives.

プロジェクトの歴史

Thomas E. Dickey's official BYACC page says Robert Corbett wrote byacc around 1990 and notes Corbett was also the original author of bison. The page cites its compatibility with original yacc and records that Dickey later converted the original K&R C source to ANSI C and continued maintaining it.

The original README, preserved in the maintained source tree, states that Berkeley Yacc accepts input conforming to AT&T yacc documentation, is distributed in the public domain, and allows generated parsers to be distributed freely.

採用の歴史

BYACC became popular because it was fast, BSD/public-domain-friendly, and yacc-compatible. The official page quotes John Levine's later account that Corbett's implementation was faster than AT&T yacc and quickly became the most popular yacc variant.

The official related-links section points to Debian packages, FreeBSD and NetBSD sources or package collections, and notes that FreeBSD imported this maintained version into its vendor tree in 2012. The supplied package facts show broad packaging across Homebrew, Alpine, Debian, Fedora, MacPorts, Nix, Pacman, Scoop, Ubuntu, and zypper.

使われ方

byacc is used as a yacc replacement in build systems and compiler-toolchain work: it reads a grammar and emits C parser source. It is often chosen when projects want yacc compatibility, small generated output, permissive/public-domain licensing, and portability to non-GCC or older C environments.

パッケージ好きにとっての重要性

byacc is package-nerd significant because it is one of the classic parser generators that still matters in modern ports trees. It is tiny but strategically important: swapping yacc implementations can change generated C, expose build assumptions, or avoid a dependency on GNU bison.

Its public-domain status and generated-parser licensing are part of why it persists in base systems, embedded build environments, and conservative packaging stacks.

タイムライン

  • 1990: Robert Corbett writes Berkeley Yacc around this period, according to the official history page.
  • 1992: O'Reilly's Lex & Yacc notes byacc compatibility with original yacc, as summarized by the official page.
  • 2000: Thomas E. Dickey begins ANSI C portability work while porting software to VMS.
  • 2005: Dickey notes reviewing FreeBSD versus bison YYPARSE_PARAM compatibility.
  • 2012: FreeBSD imports Dickey's maintained version into its vendor tree, according to the official related-links section.
  • 2026: The official CHANGES file shows continuing maintenance.

Related projects

  • AT&T yacc is the compatibility baseline.
  • GNU bison is the major alternative yacc-family parser generator.
  • Perl-Byacc, BYACC/J, and BtYacc are related derivatives or extensions named by the official related-links section.
  • flex and lex are commonly paired lexical-scanner tools in yacc-based workflows.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
byacccliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版20260126
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://invisible-island.net/byacc/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://invisible-island.net/byacc/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:byacc
バージョン20260126
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/byacc
ホームページhttps://invisible-island.net/byacc/
上流ドキュメントhttps://invisible-island.net/byacc
ライセンスLicenseRef-Homebrew-public-domain
ソースアーカイブhttps://invisible-mirror.net/archives/byacc/byacc-20260126.tgz
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebyacc
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

byacc 1:2.0.20241231-1

public domain Berkeley LALR Yacc parser generator

https://invisible-island.net/byacc/

sudo apt install byacc
  • Section: devel
  • Architecture: amd64
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Byacc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: byacc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

byacc

nix profile install nixpkgs#byacc
  • normalized package name match
  • 一致条件: Byacc
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/by/byacc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

byacc 1:2.0.20221106-1

public domain Berkeley LALR Yacc parser generator

https://invisible-island.net/byacc/

sudo apt install byacc
  • Section: universe/devel
  • Architecture: amd64
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Byacc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: byacc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

byacc 20260126-r0

The Berkeley Yacc general-purpose parser generator

https://invisible-island.net/byacc/byacc.html

sudo apk add byacc
  • License: Public-Domain
  • Architecture: x86_64
  • Source Package: byacc
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Byacc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: byacc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

byacc-doc 20260126-r0

The Berkeley Yacc general-purpose parser generator (documentation)

https://invisible-island.net/byacc/byacc.html

sudo apk add byacc-doc
  • License: Public-Domain
  • Architecture: x86_64
  • Source Package: byacc
  • normalized package name match
  • 一致条件: Byacc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: byacc-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

byacc 2.0.20241231-3.fc44

Berkeley Yacc, a parser generator

http://invisible-island.net/byacc/byacc.html

sudo dnf install byacc
  • License: LicenseRef-Fedora-Public-Domain AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND X11 AND X11-distribute-modifications-variant AND FSFUL
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: byacc
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Byacc
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: byacc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

byacc 20260126-1

Berkeley reimplementation of the Unix parser generator Yacc

https://invisible-island.net/byacc/

sudo pacman -S byacc
  • License: custom
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Byacc
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: byacc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

byacc 20260126-1.1

LALR(1) parser generator

https://invisible-island.net/byacc/byacc.html

sudo zypper install byacc
  • License: LicenseRef-SUSE-Public-Domain
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: byacc
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Byacc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: byacc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

byacc

sudo port install byacc
  • normalized package name match
  • 一致条件: Byacc
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/byacc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/byacc

scoop install main/byacc
  • normalized package name match
  • 一致条件: Byacc
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/byacc.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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