Automic VaultAutomic Vault

brew

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install lemon

local Homebrew formula metadata

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

MacPorts ports tree · lang/lemon/Portfile · ソース: api.github.com

Linux

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

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

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

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

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

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

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

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

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

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

概要

パッケージ概要

LALR(1) parser generator like yacc or bison

履歴

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

Lemon is an LALR(1) parser generator in the SQLite orbit: a yacc-like tool for generating C parsers, but with a deliberately different grammar format and a reentrant, thread-safe parser model.

プロジェクトの歴史

The project is documented by Hwaci and SQLite as a small code-generation utility rather than a standalone source repository. SQLite documents Lemon as a set of files kept inside the SQLite source tree, including lemon.c for the generator, lempar.c for the parser template, and lemon.html for detailed documentation.

Lemon evolved as a tool shaped by SQLite's own parser needs. SQLite's Lemon page notes that keeping the generator inside the SQLite project allowed the tool to gain SQLite-specific features, such as fallback tokens for SQL keywords and changes aimed at efficient parser generation.

採用の歴史

Its most important adoption path is SQLite itself. SQLite uses Lemon to generate the main SQL parser from parse.y, and also uses it for FTS5 query-pattern parsing from fts5parse.y.

Outside SQLite, Lemon is attractive to C projects that want a compact parser generator with generated parsers that avoid yacc's global-state style.

使われ方

Users write a context-free grammar and run lemon to emit C parser code. Compared with yacc and bison, Lemon uses different grammar syntax, expects the tokenizer to call the parser, and emphasizes reentrant and thread-safe generated parsers.

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

Lemon is a package-nerd favorite because it is a small, old-school build-time tool hidden inside one of the most widely deployed C projects. Installing it as a separate package gives developers access to SQLite's parser generator without vendoring the SQLite source tree.

タイムライン

  • 2000s: Lemon became part of the SQLite source tree as the generator for SQLite's SQL parser.
  • 2022: SQLite's Lemon documentation described Lemon as having no standalone source repository and being maintained as files inside the SQLite tree.

Related projects

  • SQLite is the parent project and primary user.
  • yacc and GNU Bison are the older parser-generator family Lemon is commonly compared with.

セキュリティ状態

保護ツール対応はまだ見つかっていません

lemon に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://www.hwaci.com/sw/lemon/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:lemon
バージョン3.53.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/lemon
ホームページhttps://www.hwaci.com/sw/lemon/
リポジトリhttps://www.sqlite.org/src
上流ドキュメントhttps://www.hwaci.com/sw/lemon
ライセンスblessing
ソースアーカイブhttps://www.sqlite.org/2026/sqlite-src-3530300.zip
最終更新2026-06-27T14:08:56Z
Pulseupdated
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

lemon 3.46.1-7+deb13u1

LALR(1) Parser Generator for C or C++

https://www.sqlite.org/

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

lemon

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

lemon 3.45.1-1ubuntu2

LALR(1) Parser Generator for C or C++

https://www.sqlite.org/

sudo apt install lemon
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: sqlite3
  • 1 依存関係
  • normalized package name match
  • 一致条件: Lemon
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: lemon from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

lemon 3.53.2-1.fc45

A parser generator

http://www.sqlite.org/

sudo dnf install lemon
  • License: blessing
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: sqlite
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Lemon
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: lemon from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

lemon 3.53.2-1

A parser generator

https://www.sqlite.org/

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

lemon 3.53.2-1.1

A parser generator

https://www.sqlite.org/

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

lemon

sudo port install lemon
  • normalized package name match
  • 一致条件: Lemon
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/lemon/Portfile from https://api.github.com/repos/macports/macports-ports/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