Automic VaultAutomic Vault

brew

lemon mit Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für lemon in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install lemon

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install lemon

MacPorts ports tree · lang/lemon/Portfile · Quelle: api.github.com

Linux

Debian aptverifiziert · 92%
sudo apt install lemon

Debian stable package indexes · lemon · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install lemon

Fedora Rawhide package metadata · lemon · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#lemon

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

Arch Linux pacmanverifiziert · 92%
sudo pacman -S lemon

Arch Linux sync databases · lemon · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install lemon

openSUSE Tumbleweed package metadata · lemon · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

LALR(1) parser generator like yacc or bison

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für lemon wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 8 Plattformziele verfügbar.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
lemoncliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-08
Manager-Version3.53.3
Manager aktualisiert2026-06-27
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

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

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:lemon
Version3.53.3
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/lemon
Homepagehttps://www.hwaci.com/sw/lemon/
Repositoryhttps://www.sqlite.org/src
Upstream-Dokumentationhttps://www.hwaci.com/sw/lemon
Lizenzblessing
Quellarchivhttps://www.sqlite.org/2026/sqlite-src-3530300.zip
Zuletzt aktualisiert2026-06-27T14:08:56Z
Pulseupdated
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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