| config.yaml | ||
| Doxyfile | ||
| LICENSE | ||
| main.c | ||
| main.h | ||
| Makefile | ||
| README.md | ||
| testbench.c | ||
Overview
This is a C library that provides a parsing facility to load a config file in YAML format into a GLib Hash Table.
Supported Operating System Versions
- Ubuntu 23.10
- Fedora 38, 39
Building
- Install OS libraries
Install the following build packages to compile the software on the following operating systems.
Ubuntu:
apt install build-essential libglib2.0-dev libyaml-dev
Fedora:
- Build Dependencies
This library does not depend upon any other non-os provided library.
- Build
To build, simply run
make