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.3/libfyaml-0.9.3.tar.gz
Download MD5 sum: ce7b8bfc418ebc7bd42e426fb460bf6b
Download size: 1.1 MB
Estimated disk space required: 11 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.1.0 (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.