The libfyaml package contains a YAML 1.3 parser and writer. It also supports YAML 0.1 with the help of the libyaml library.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/pantoniou/libfyaml/releases/download/v0.9.2/libfyaml-0.9.2.tar.gz
Download MD5 sum: 9561c04fe8cd14f262f7ab3f050b5f95
Download size: 972 KB
Estimated disk space required: 10 MB (add 268 MB for tests)
Estimated build time: 0.4 SBU (add 1.8 SBU for tests)
libyaml-0.2.5 (for YAML 0.1 support)
git-2.52.0, sphinx-9.1.0 and sphinx_rtd_theme-3.0.2 (for documentation), docker, jq, and check (for additional tests)
Install libfyaml by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.