macOS
brew install biclocal Homebrew formula metadata
安装
brew install biclocal Homebrew formula metadata
nix profile install nixpkgs#bicnixpkgs package indexes · pkgs/by-name/bi/bic/package.nix · 来源: api.github.com
概览
C interpreter and API explorer
历史
bic is a C interpreter and API explorer that lets developers experiment with C APIs through a REPL and evaluate C source files.
The public GitHub repository begins with an initial commit in July 2015, and release metadata records v0.9.1 in October 2019 followed by a first stable v1.0.0 release in February 2020.
The README describes bic as a tool for exploring and testing C APIs using a read-eval-print loop, with runtime dependencies on GNU Readline, GNU MP, and libffi.
bic remains a niche developer tool, but Homebrew and Nix packaging make it easy to install as a command-line REPL for systems programmers who want to poke at C libraries interactively.
The README also documents Docker and Arch Linux AUR installation paths, showing adoption in lightweight developer experimentation workflows rather than mainstream language-runtime distribution.
Running bic with no arguments opens a BIC> prompt where users can include system headers, declare variables, call C library functions, and inspect types or values with special REPL syntax.
The ~/.bic startup file is evaluated when the REPL starts, and source files can be evaluated with -s so that a C main function receives argc and argv.
bic is package-nerd interesting as a compact C REPL built from classic Unix development pieces: readline for interaction, flex/bison/autotools for building, GMP and libffi for runtime behavior, and a single-user dotfile for startup state.
It occupies the practical gap between compiling throwaway C programs and using a full debugger or notebook-style environment.
安全态势
generalized runtime or code generation signal.
yellow 风险 · 中 置信度 · runtime
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.bic可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
bic | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/hexagonal-sun/bic
安装元数据
| 软件包键 | brew:bic |
|---|---|
| 版本 | 1.0.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/bic |
| 主页 | https://github.com/hexagonal-sun/bic |
| 仓库 | https://github.com/hexagonal-sun/bic |
| 上游文档 | https://github.com/hexagonal-sun/bic#readme |
| 许可证 | GPL-2.0-only |
| 源码归档 | https://github.com/hexagonal-sun/bic/archive/refs/tags/v1.0.0.tar.gz |
| 最后更新 | 2026-07-10T23:07:07-04:00 |
| Pulse | updated |
| 依赖 | gmp |
| 构建依赖 | autoconf, autoconf-archive, automake, bison, libtool, pkgconf |
| macOS 提供的库 | libedit |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bic |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
bic
nix profile install nixpkgs#bic来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.