pkg.soopen package index

brew / 排名 9830

使用 Homebrew, apt, MacPorts, zypper, winget 安装 bcpp

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install bcpp

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install bcpp

MacPorts ports tree · devel/bcpp/Portfile · 来源: api.github.com

Linux

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

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

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

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

Windows

Windows Package Manager已验证 · 92%
winget install --id Slackadays.Clipboard -e

Windows Package Manager source index · Slackadays.Clipboard · 来源: cdn.winget.microsoft.com

概览

软件包摘要

C(++) beautifier

命令和别名

  • bcpp
  • cb++

历史

项目历史与用法

bcpp is a C and C++ source-code beautifier that indents code and converts tabs and spaces without trying to wrap long statements.

项目历史

The Invisible Island page says bcpp was written by Steven De Toni and that Thomas E. Dickey's maintained version was based on version 1.8 from December 1995.

Dickey's version kept the original design while improving the parser, marking character state, recognizing more indentation structures, and adding simple embedded-SQL indentation. The public changelog begins in 1996 and continues with portability and maintenance updates into the 2020s.

采用历史

bcpp has the footprint of a long-lived Unix formatting utility: small, source-distributed, and packaged by Homebrew, Debian, MacPorts, Ubuntu, and openSUSE-family package sets in the supplied package-manager facts.

Its 2012 changelog notes integration of Debian packaging patches, including searching for bcpp.cfg in a user's home directory and an optional compile-time directory.

使用方式

Users run bcpp or cb++ to reindent C/C++ source, tune behavior through command-line options or bcpp.cfg, and preserve long statements rather than using it as a full code reflow tool.

It is most relevant for legacy C/C++ style normalization, old trees, and users who want a formatter less ambitious than clang-format or GNU indent.

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

bcpp is a compact example of the pre-clang-format formatter era: a focused utility with decades of packaging inertia and maintenance for old compilers, old Unix systems, and distribution conventions.

For package nerds, its value is historical texture as much as raw popularity: it shows how source-formatting tools survived as tiny standalone packages before modern language-server and formatter ecosystems consolidated.

时间线

  • 1995: Steven De Toni's bcpp 1.8, the base for the maintained Invisible Island version.
  • 1996: Invisible Island changelog begins with parser and indentation work.
  • 2012: Debian-derived config-file search and packaging scripts integrated.
  • 2020s: Changelog continues with configure-script, portability, and hardening updates.

Related projects

  • GNU indent is the classic formatter bcpp explicitly contrasts with.
  • clang-format is the modern C/C++ formatter that overlaps with many current use cases.
  • Invisible Island hosts and maintains the current source release and changelog.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
bcpp可执行文件已索引可执行文件从本地可执行文件索引发现。
cb++可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

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

页面生成时间2026-08-03
管理器版本20250914
管理器更新时间
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:bcpp
版本20250914
软件包管理器Homebrew
主页https://invisible-island.net/bcpp/
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

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

Debian apt95%

bcpp 0.0.20210108-1+b1

C(++) beautifier

http://www.invisible-island.net/bcpp/

sudo apt install bcpp
  • Section: devel
  • Architecture: amd64
  • Source Package: bcpp
  • 3 依赖
  • normalized package name match
  • 匹配方式:Bcpp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bcpp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

bcpp 0.0.20210108-1

C(++) beautifier

http://www.invisible-island.net/bcpp/

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

bcpp 20250914-1.5

Beautify C++ programs

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

sudo zypper install bcpp
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bcpp
  • 4 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Bcpp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bcpp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

bcpp

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

Slackadays.Clipboard

winget install --id Slackadays.Clipboard -e
  • installed executable or alias match
  • 匹配方式:Cb
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Slackadays.Clipboard from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

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

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation