libfyaml
brew install libfyaml
v0.9.6
MIT
Fully feature complete YAML parser and emitter
744
30-day installs · #1461
2.6k
90-day · #1433
12.5k
365-day · #1311
335
★ GitHub stars · updated 2mo ago
Build dependencies
Links
- https://github.com/pantoniou/libfyaml
- GitHub: pantoniou/libfyaml
- Brew formula source: Formula/lib/libfyaml.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"cmake"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Fully feature complete YAML parser and emitter",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:30+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "libfyaml",
"github_default_branch": "master",
"github_last_commit_at": "2026-06-19T13:12:20Z",
"github_readme_excerpt": "# libfyaml 1.0-alpha7\n\n[](https://github.com/pantoniou/libfyaml/actions?query=workflow%3A%22Standard+Automake+CI%22)\n[](https://github.com/pantoniou/libfyaml/actions?query=workflow%3A%22CMake+CI%22)\n[](https://opensource.org/licenses/MIT)\n[](https://en.wikipedia.org/wiki/C_(programming_language))\n\nlibfyaml is a high-performance YAML 1.2 and JSON parser/emitter with zero-copy\noperation, full document and event APIs, and the two major 1.0 alpha features:\n\n* generics: a schema-light, sum-type value model for YAML/JSON data in C\n* reflection/meta-type: typed YAML \u003c-\u003e C serdes driven by C type metadata\n\nThe alpha release adds a clear progression:\n\n* use the core API when you need parser, emitter, event, or document-tree control\n* use generics when your problem is \"work with values\"\n* use reflection when your problem is \"populate native C data structures\"\n\n## Why 1.0-alpha7 matters\n\n`1.0.0-alpha7` is the cache, emission, and Python packaging follow-up to the earlier\n`1.0.0-alpha` releases.\n\nIt keeps the same overall 1.0 direction, but makes repeated parsing cheaper,\nswitches generic emission to the optimized path by default, and improves the\nPython packaging story for wider binary compatibility:\n\n* transparent parser cache support in the core parser, `fy-tool`, and Python binding\n* optimized generic event emission enabled by default, with expanded emitter coverage\n* Python Stable ABI (`abi3`, `cp310`) wheels and additional ARM wheel builds\n* keep-anchor parsing options for C and Python users\n* invalid UTF-8 emission fixes and stronger C++/atomic portability coverage\n\nModulo any show-stopper bugs found after release, this is expected to be the\nlast alpha before ",
"github_repo": "pantoniou/libfyaml",
"github_stars": 335,
"github_topics": [],
"homepage": "https://github.com/pantoniou/libfyaml",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 744,
"installs_365d": 12520,
"installs_90d": 2604,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "libfyaml",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 1461,
"rank_365d": 1311,
"rank_90d": 1433,
"raw_hash": "d0e68af0bb98dbfa",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/lib/libfyaml.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "0.9.6",
"versioned_formulae": [],
"why_use_this": null
}