macOS
brew install flatcclocal Homebrew formula metadata
brew
flatcc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install flatcclocal Homebrew formula metadata
nix profile install nixpkgs#flatccnixpkgs package indexes · pkgs/by-name/fl/flatcc/package.nix · ソース: api.github.com
概要
FlatBuffers Compiler and Library in C for C
履歴
flatcc is a FlatBuffers compiler and runtime library written in C for C. Its README emphasizes minimal dependencies, generated C headers, a standalone flatcc executable, and runtime libraries for building, verifying, parsing, and printing FlatBuffers.
The official git history starts with an initial public release v0.1.0 on 2015-11-09. The README explains that flatcc is implemented as a standalone tool rather than as an extension of Google's flatc so it can provide a pure portable C schema compiler and fail gracefully on abusive input in long-running processes.
flatcc serves C projects that want FlatBuffers compatibility without pulling in a C++ compiler/runtime model. Its README describes CI-tested Ubuntu, macOS, and Windows support, user-reported portability, and a no-CMake integration path once the generator has produced headers.
Users build flatcc, run it against .fbs schema files, include generated headers, and link only the needed C runtime files. The README contrasts flatcc's runtime JSON handling with Google's flatc command-line JSON conversion, presenting the tools as complementary.
flatcc is package-nerd significant because it is a compatibility-layer package: it tracks the FlatBuffers format while optimizing for C-only consumers, small binaries, generated headers, and vendorable runtime source files.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
flatcc | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/dvidelabs/flatcc
インストールメタデータ
| パッケージキー | brew:flatcc |
|---|---|
| バージョン | 0.6.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/flatcc |
| ホームページ | https://github.com/dvidelabs/flatcc |
| リポジトリ | https://github.com/dvidelabs/flatcc |
| 上流ドキュメント | https://github.com/dvidelabs/flatcc#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/dvidelabs/flatcc/archive/refs/tags/v0.6.1.tar.gz |
| ビルド依存関係 | cmake |
| 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 | flatcc |
| 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 パッケージリンクとは分けて表示されます。
flatcc
nix profile install nixpkgs#flatccソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.