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.4/libfyaml-0.9.4.tar.gz
Download MD5 sum: c838259a3cf0259e2c27544b6a64cffd
Download size: 1004 KB
Estimated disk space required: 277 MB (with tests)
Estimated build time: 0.4 SBU (add 1.8 SBU for tests)
libyaml-0.2.5 (for YAML 0.1 support)
git-2.53.0, sphinx-9.1.0 and sphinx_rtd_theme-3.1.0 (for documentation), docker, jq, and check (for additional tests)
An Internet connection is needed for some tests of this package. The system certificate store may need to be set up with make-ca-1.16.1 before testing this package.
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.