Automic VaultAutomic Vault

brew

使用 Homebrew, apt, dnf, MacPorts, Nix, zypper 安装 gpp

查看 gpp 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install gpp

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install gpp

MacPorts ports tree · lang/gpp/Portfile · 来源: api.github.com

Linux

Debian apt已验证 · 92%
sudo apt install gpp

Debian stable package indexes · gpp · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install general-purpose-preprocessor

Fedora Rawhide package metadata · general-purpose-preprocessor · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#gpp

nixpkgs package indexes · pkgs/by-name/gp/gpp/package.nix · 来源: api.github.com

openSUSE zypper已验证 · 92%
sudo zypper install gpp

openSUSE Tumbleweed package metadata · gpp · 来源: download.opensuse.org

概览

软件包摘要

General-purpose preprocessor with customizable syntax

命令和别名

  • gpp

历史

项目历史与用法

GPP is a general-purpose preprocessor with customizable syntax. The project README and citation metadata emphasize that it is independent of any one programming language, lighter than GNU m4 for many tasks, and includes built-in macro support for C/C++, LaTeX, HTML, XHTML, and Prolog files.

项目历史

The GitHub repository is the official development location and the project homepage links users to online documentation, portable source packages, and binary-package references. The repository includes source, documentation, Autotools files, license files, and citation metadata.

GPP has academic documentation as well as package metadata: its CITATION.cff points to a 2020 Journal of Open Source Software article by Tristan Miller and Denis Auroux describing it as an extensible, customizable preprocessor for software development, document processing, and research workflows.

采用历史

The input package-manager facts list Homebrew, Debian, Fedora, MacPorts, Nix, Ubuntu, and openSUSE packages. That spread fits a small C command-line tool that is useful in build pipelines and documentation generation without needing a runtime service.

Homebrew packages it as gpp, Fedora uses the more descriptive general-purpose-preprocessor name, and the official README points users to binary-package links on the project homepage.

使用方式

Users invoke gpp to preprocess text with syntax tuned to the target language or document format. The README notes that the documentation itself is generated by GPP from a gpp.pp input file, making the docs both reference material and a working example.

The package is most useful when cpp is too language-specific and m4 is heavier than needed: templating LaTeX or HTML, defining domain-specific macro syntax, or generating source fragments in build systems.

为什么软件包爱好者会关心

GPP is a compact example of a Unix filter that earns packaging despite a small footprint: it has a single executable, man/HTML documentation, portable source releases, and a stable niche that overlaps build systems, documentation, and research tooling.

Its significance is less about popularity and more about substitutability: package users can reach for it when they need a configurable macro processor without bringing in a full template engine or language-specific preprocessor.

时间线

  • 2020: The project citation metadata records a Journal of Open Source Software article for GPP.
  • 2023: GitHub release metadata records GPP 2.28 dated Sep 26, 2023.
  • 2026: Homebrew metadata packages GPP as version 2.28 with bottles for macOS and Linux.

Related projects

  • cpp is the language-specific baseline that GPP explicitly contrasts with.
  • GNU m4 is the heavier general macro processor that GPP positions itself beside.
  • Autotools-style source packages are related operationally because the development checkout requires generating the build system before end-user installation steps apply.

安全态势

风险级别:绿色

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 元数据适用于 10 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
gppcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本2.28
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://logological.org/gpp

  • 信息No package-manager update timestamp was available.低 置信度
  • 信息Release/tag comparison is only available for GitHub repositories.https://logological.org/gppnone 置信度

安装元数据

软件包元数据

软件包键brew:gpp
版本2.28
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/gpp
主页https://logological.org/gpp
仓库https://github.com/logological/gpp
上游文档https://logological.org/gpp
许可证LGPL-3.0-only
源码归档https://files.nothingisreal.com/software/gpp/gpp-2.28.tar.bz2
Bottle可用 (于 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

gpp 2.28-2

general-purpose preprocessor with customizable syntax

https://logological.org/gpp

sudo apt install gpp
  • Section: devel
  • Architecture: amd64
  • 1 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Gpp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gpp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

gpp

nix profile install nixpkgs#gpp
  • normalized package name match
  • 匹配方式:Gpp
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gp/gpp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

gpp 2.28-1

general-purpose preprocessor with customizable syntax

https://logological.org/gpp

sudo apt install gpp
  • Section: universe/devel
  • Architecture: amd64
  • 1 依赖
  • normalized package name match
  • 匹配方式:Gpp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gpp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

general-purpose-preprocessor 2.28-7.fc44

Customizable language-agnostic preprocessor

https://logological.org/gpp

sudo dnf install general-purpose-preprocessor
  • License: LGPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: general-purpose-preprocessor
  • 2 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Gpp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: general-purpose-preprocessor from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

gpp 2.28-1.7

Generic Preprocessor

https://logological.org/gpp/

sudo zypper install gpp
  • License: LGPL-3.0+
  • Category: Development/Tools/Other
  • Architecture: x86_64
  • Source Package: gpp
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Gpp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gpp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

gpp

sudo port install gpp
  • normalized package name match
  • 匹配方式:Gpp
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/gpp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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