hoot-w00t / easyconf

Lightweight C library to manage simple configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easyconf

Build and run unit tests GitHub license

This is a simple C library to handle very simple configuration files

Building the project

git clone https://github.com/hoot-w00t/easyconf
cd easyconf
mkdir build && cd build
cmake ..
make

About

Lightweight C library to manage simple configuration files

License:GNU General Public License v3.0


Languages

Language:C 86.2%Language:CMake 13.8%