Automic VaultAutomic Vault

brew

libfyaml を Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper でインストール

libfyaml のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install libfyaml

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install libfyaml

MacPorts ports tree · devel/libfyaml/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add libfyaml

Alpine Linux edge package indexes · libfyaml · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install libfyaml

Fedora Rawhide package metadata · libfyaml · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#libfyaml

nixpkgs package indexes · pkgs/by-name/li/libfyaml/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S libfyaml

Arch Linux sync databases · libfyaml · ソース: geo.mirror.pkgbuild.com

Debian apt確認済み · 92%
sudo apt install libfyaml-dev

Debian stable package indexes · libfyaml-dev · ソース: deb.debian.org

openSUSE zypper確認済み · 92%
sudo zypper install libfyaml-devel

openSUSE Tumbleweed package metadata · libfyaml-devel · ソース: download.opensuse.org

概要

パッケージ概要

Fully feature complete YAML parser and emitter

コマンドとエイリアス

  • fy-compose
  • fy-dump
  • fy-filter
  • fy-join
  • fy-testsuite
  • fy-tool
  • fy-ypath

履歴

プロジェクトの歴史と使われ方

libfyaml is Pantelis Antoniou’s MIT-licensed C library and tool suite for YAML 1.2 and JSON parsing and emitting, emphasizing zero-copy parsing, document and event APIs, diagnostics, and YAML test-suite coverage.

プロジェクトの歴史

GitHub repository metadata records pantoniou/libfyaml creation on 2019-09-16, and the project documentation copyright spans 2019-2026. The README describes the library as a high-performance YAML 1.2 and JSON parser/emitter with zero-copy operation, full document and event APIs, and no artificial key or document size limits.

GitHub release metadata records v0.9 on 2023-09-25, v0.9.6 on 2026-03-15, and a 1.0.0-alpha series beginning on 2026-03-16. The alpha series added generics, reflection/meta-type support, Python binding work, parse caching, optimized generic emission, and wider binary packaging.

採用の歴史

libfyaml’s adoption is narrower than older C YAML libraries, but package records in the input show it in Homebrew, Debian, Ubuntu, Fedora, Arch, MacPorts, Nix, Alpine, and openSUSE. It appeals to projects that need a modern C YAML parser with event, document-tree, path, JSON, and command-line tooling in one package.

使われ方

The package ships utilities such as fy-tool, fy-dump, fy-compose, fy-filter, fy-join, fy-ypath, and fy-testsuite. Developers can link it through CMake or pkg-config and use core, generic, or reflection APIs depending on whether they need streaming events, document manipulation, schema-light values, or typed C structure serialization.

パッケージ好きにとっての重要性

libfyaml matters to package maintainers because YAML parsing is deceptively hard, security-sensitive, and specification-heavy. A compact C implementation with test-suite emphasis, JSON interop, command-line tools, and optional Python bindings gives distributions another choice besides older libyaml-style stacks.

タイムライン

  • 2019-09-16: GitHub repository metadata records creation of pantoniou/libfyaml.
  • 2023-09-25: GitHub release metadata records v0.9.
  • 2026-03-15: GitHub release metadata records v0.9.6.
  • 2026-03-16: GitHub release metadata records v1.0.0-alpha1.
  • 2026-05-28: GitHub release metadata records v1.0.0-alpha7.

Related projects

  • The YAML test suite is part of libfyaml’s correctness story.
  • The Python binding in python-libfyaml bridges the C generic runtime into Python workflows.
  • libyaml is the older C YAML library against which newer C YAML parsers are often compared.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
fy-composecliグローバル実行可能ファイル
fy-dumpcliグローバル実行可能ファイル
fy-filtercliグローバル実行可能ファイル
fy-joincliグローバル実行可能ファイル
fy-testsuitecliグローバル実行可能ファイル
fy-toolcliグローバル実行可能ファイル
fy-ypathcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版0.9.6
マネージャ更新日2026-06-20
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/pantoniou/libfyaml

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:libfyaml
バージョン0.9.6
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/libfyaml
ホームページhttps://github.com/pantoniou/libfyaml
リポジトリhttps://github.com/pantoniou/libfyaml
上流ドキュメントhttps://pantoniou.github.io/libfyaml
ライセンスMIT
ソースアーカイブhttps://github.com/pantoniou/libfyaml/releases/download/v0.9.6/libfyaml-0.9.6.tar.gz
最終更新2026-06-20T02:53:10Z
Pulseupdated
ビルド依存関係cmake
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelibfyaml
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

libfyaml-dev 0.8-1+b2

Fully feature complete YAML parser and emitter (headers)

https://github.com/pantoniou/libfyaml

sudo apt install libfyaml-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: libfyaml
  • 1 依存関係
  • normalized package name match
  • 一致条件: Libfyaml
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libfyaml-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libfyaml-utils 0.8-1+b2

Fully feature complete YAML parser and emitter (CLI tools)

https://github.com/pantoniou/libfyaml

sudo apt install libfyaml-utils
  • Section: devel
  • Architecture: amd64
  • Source Package: libfyaml
  • 2 依存関係
  • normalized package name match
  • 一致条件: Libfyaml
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libfyaml-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libfyaml0 0.8-1+b2

Fully feature complete YAML parser and emitter (library)

https://github.com/pantoniou/libfyaml

sudo apt install libfyaml0
  • Section: libs
  • Architecture: amd64
  • Source Package: libfyaml
  • 1 依存関係
  • normalized package name match
  • 一致条件: Libfyaml
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libfyaml0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

libfyaml

nix profile install nixpkgs#libfyaml
  • normalized package name match
  • 一致条件: Libfyaml
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/libfyaml/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libfyaml-dev 0.8-1build1

Fully feature complete YAML parser and emitter (headers)

https://github.com/pantoniou/libfyaml

sudo apt install libfyaml-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: libfyaml
  • 1 依存関係
  • normalized package name match
  • 一致条件: Libfyaml
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libfyaml-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libfyaml-utils 0.8-1build1

Fully feature complete YAML parser and emitter (CLI tools)

https://github.com/pantoniou/libfyaml

sudo apt install libfyaml-utils
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: libfyaml
  • 2 依存関係
  • normalized package name match
  • 一致条件: Libfyaml
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libfyaml-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libfyaml0 0.8-1build1

Fully feature complete YAML parser and emitter (library)

https://github.com/pantoniou/libfyaml

sudo apt install libfyaml0
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: libfyaml
  • 1 依存関係
  • normalized package name match
  • 一致条件: Libfyaml
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libfyaml0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

libfyaml 0.9.5-r1

Fully feature complete YAML parser and emitter

https://github.com/pantoniou/libfyaml

sudo apk add libfyaml
  • License: MIT
  • Architecture: x86_64
  • Source Package: libfyaml
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libfyaml
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libfyaml from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libfyaml-dev 0.9.5-r1

Fully feature complete YAML parser and emitter (development files)

https://github.com/pantoniou/libfyaml

sudo apk add libfyaml-dev
  • License: MIT
  • Architecture: x86_64
  • Source Package: libfyaml
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libfyaml
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libfyaml-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libfyaml-doc 0.9.5-r1

Fully feature complete YAML parser and emitter (documentation)

https://github.com/pantoniou/libfyaml

sudo apk add libfyaml-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: libfyaml
  • normalized package name match
  • 一致条件: Libfyaml
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libfyaml-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

fyaml-utils 0.8-9.fc44

Utility tools for libfyaml

https://github.com/pantoniou/libfyaml

sudo dnf install fyaml-utils
  • License: MIT and GPL-2.0-only and BSD-2-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: libfyaml
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libfyaml
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fyaml-utils from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libfyaml 0.8-9.fc44

Complete YAML parser and emitter

https://github.com/pantoniou/libfyaml

sudo dnf install libfyaml
  • License: MIT and GPL-2.0-only and BSD-2-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: libfyaml
  • 2 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Libfyaml
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libfyaml from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libfyaml-devel 0.8-9.fc44

Complete YAML parser and emitter

https://github.com/pantoniou/libfyaml

sudo dnf install libfyaml-devel
  • License: MIT and GPL-2.0-only and BSD-2-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: libfyaml
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Libfyaml
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libfyaml-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

libfyaml 0.9.6-2

Fully feature complete YAML parser and emitter

https://pantoniou.github.io/libfyaml/

sudo pacman -S libfyaml
  • License: MIT
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Libfyaml
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: libfyaml from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

libfyaml-devel 0.9.5-1.2

Development files for libfyaml

https://github.com/pantoniou/libfyaml

sudo zypper install libfyaml-devel
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: libfyaml
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Libfyaml
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libfyaml-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libfyaml-fy-tool 0.9.5-1.2

Command line tools for libfyaml

https://github.com/pantoniou/libfyaml

sudo zypper install libfyaml-fy-tool
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: libfyaml
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Libfyaml
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libfyaml-fy-tool from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment