libfyaml-0.9

Introduction to libfyaml

The libfyaml package contains a YAML 1.3 parser and writer. It also supports YAML 0.1 with the help of the libyaml library.

[Note]

Note

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.

Package Information

libfyaml Dependencies

Recommended

Installation of libfyaml

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

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Programs: fy-compose (link to fy-tool), fy-dump (link to fy-tool), fy-filter (link to fy-tool), fy-join (link to fy-tool), fy-testsuite (link to fy-tool), fy-tool, and fy-ypath (link to fy-tool)
Installed Library: libfyaml.so
Installed Directories: None

Short Descriptions

fy-tool

manipulates YAML up to 1.3

libfyaml.so

contains functions that can parse and emit YAML up to 1.3