macOS
brew install btparselocal Homebrew formula metadata
安装
brew install btparselocal Homebrew formula metadata
概览
BibTeX utility libraries
历史
btparse is the C parsing library bundled with the Text-BibTeX distribution, exposed to Homebrew users as BibTeX utility libraries. It matters mostly as infrastructure: a small, old, specialized parser that keeps bibliographic tooling from having to reimplement BibTeX syntax.
Text-BibTeX first appeared on CPAN in March 1997 under Greg Ward's PAUSE account. The distribution wrapped a C library, btparse, for parsing and processing BibTeX data and provided a Perl interface through Text::BibTeX.
The btparse manual describes a lexical scanner, LR parser, AST traversal API, name splitting, TeX string handling, and BibTeX-compatible string manipulation. Later releases moved maintenance to the AMBS PAUSE account and point MetaCPAN users at the GitHub repository.
Adoption is strongest in the Perl and bibliography-tooling ecosystem, where CPAN distribution history gives Text-BibTeX a long tail. Homebrew's btparse formula packages the native library side for users who need the parser outside a pure CPAN installation.
The package is niche but durable: its public release history spans from 1997 to a latest MetaCPAN release in 2025, which is unusually long-lived for a tiny parser library.
btparse is used to parse BibTeX entries into an abstract syntax tree, iterate entries and fields, split author-name lists, and apply BibTeX-style string transformations. The Homebrew formula exposes the bibparse executable as the user-facing command.
It is not a credentialed service and does not have an official config file; it is library and command-line parsing infrastructure.
btparse is package-nerd archaeology: a C library from the late-1990s Perl/TeX toolchain that still ships through modern package managers because bibliographic formats are sticky and exact parser behavior matters.
It also shows how Homebrew sometimes packages a subcomponent by its native library name even when the canonical upstream distribution identity is a language package, Text-BibTeX.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
bibparse | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://metacpan.org/dist/Text-BibTeX/view/btparse/doc/btparse.pod
安装元数据
| 软件包键 | brew:btparse |
|---|---|
| 版本 | 0.35 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/btparse |
| 主页 | https://metacpan.org/dist/Text-BibTeX/view/btparse/doc/btparse.pod |
| 仓库 | https://github.com/ambs/Text-BibTeX |
| 上游文档 | https://metacpan.org/dist/Text-BibTeX |
| 许可证 | GPL-2.0-or-later |
| 源码归档 | https://cpan.metacpan.org/authors/id/A/AM/AMBS/btparse/btparse-0.35.tar.gz |
| Bottle | 可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | btparse |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.