libyaml

YAML parser and emitter library for parsing YAML configuration files

brewmacoslinux
Try with needOr install directly
Source

About

YAML Parser

Commands

libyaml

Examples

Parse and validate a YAML configuration file$ yaml-parser config.yaml
Use libyaml in C programs by linking the library$ gcc -o program program.c $(pkg-config --cflags --libs yaml-0.1)
Check libyaml installation and version$ pkg-config --modversion yaml-0.1