macOS
brew install libucllocal Homebrew formula metadata
sudo port install libuclMacPorts ports tree · devel/libucl/Portfile · ソース: api.github.com
brew
libucl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install libucllocal Homebrew formula metadata
sudo port install libuclMacPorts ports tree · devel/libucl/Portfile · ソース: api.github.com
sudo apk add libuclAlpine Linux edge package indexes · libucl · ソース: dl-cdn.alpinelinux.org
sudo dnf install libuclFedora Rawhide package metadata · libucl · ソース: dl.fedoraproject.org
nix profile install nixpkgs#libuclnixpkgs package indexes · pkgs/by-name/li/libucl/package.nix · ソース: api.github.com
概要
Universal configuration library parser
履歴
libucl is Vsevolod Stakhov's C library for Universal Configuration Language, a configuration syntax designed to be easier for humans to edit than strict JSON while remaining machine-readable and JSON-compatible.
The libucl README describes UCL as a configuration language heavily influenced by nginx-style configuration while remaining compatible with JSON. The library parses UCL and can also operate with JSON, MessagePack, S-expressions, and limited YAML output.
Public tags show early 0.2.x releases in December 2013 and 0.7.x by February 2015. After a long 0.8-era gap, GitHub releases show renewed release activity in 2023 and a 0.9 series beginning in February 2024.
UCL found its strongest adoption in systems and infrastructure software where maintainers wanted structured configuration without strict JSON's editing friction. Rspamd documents UCL as its configuration language, and the FreeBSD Handbook notes that some applications such as pkg(8) started using UCL.
The library's package presence across Unix-like package managers reflects that adoption pattern: it is a small C parser and utility package that other software can embed or link for configuration parsing.
Developers use libucl to parse configuration files with comments, unquoted keys, optional separators, implicit arrays, variables, macros, includes, human-friendly numeric suffixes, and validation. The README cautions that full-featured parsing with macros, includes, file I/O, and URL includes is intended for trusted administrator-controlled configuration rather than hostile input.
libucl is package-nerd interesting because it sits at the crossroads of config-language taste, Unix administration, FreeBSD tooling, and embeddable C libraries. It is a pragmatic alternative to forcing strict JSON into files humans edit by hand.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ucl_chargen | cli | グローバル実行可能ファイル | |
ucl_objdump | cli | グローバル実行可能ファイル | |
ucl_tool | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/vstakhov/libucl
インストールメタデータ
| パッケージキー | brew:libucl |
|---|---|
| バージョン | 0.9.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/libucl |
| ホームページ | https://github.com/vstakhov/libucl |
| リポジトリ | https://github.com/vstakhov/libucl |
| 上流ドキュメント | https://github.com/vstakhov/libucl |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://github.com/vstakhov/libucl/archive/refs/tags/0.9.4.tar.gz |
| ビルド依存関係 | autoconf, automake, libtool, pkgconf |
| 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 | libucl |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libucl
nix profile install nixpkgs#libucllibucl 0.9.0-r0
Universal configuration library parser
https://github.com/vstakhov/libucl
sudo apk add libucllibucl-dev 0.9.0-r0
Universal configuration library parser (development files)
https://github.com/vstakhov/libucl
sudo apk add libucl-devlibucl-doc 0.9.0-r0
Universal configuration library parser (documentation)
https://github.com/vstakhov/libucl
sudo apk add libucl-doclibucl 0.8.2-13.fc45
Universal configuration library parser
https://github.com/vstakhov/libucl
sudo dnf install libucllibucl-devel 0.8.2-13.fc45
libucl development files
https://github.com/vstakhov/libucl
sudo dnf install libucl-develpython3-libucl 0.8.2-13.fc45
Python bindings for libucl
https://github.com/vstakhov/libucl
sudo dnf install python3-libucllibucl
sudo port install libuclソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.