From 46753dbdf28e4f30c3b4146887d2ca8ed0f4d273 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Sat, 17 Aug 2019 12:16:11 +0800 Subject: [PATCH] Configuration: Add libconfig --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4d2e8f..16fce17 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [inih](https://github.com/benhoyt/inih) - Simple .INI file parser in C, good for embedded systems. [BSD-3-Clause] * [inih](https://github.com/jtilly/inih) - Single header only C++ version of [inih](https://github.com/benhoyt/inih). [BSD-3-Clause] * [iniparser](https://github.com/ndevilla/iniparser) - INI file parser. [MIT] +* [libconfig](https://github.com/hyperrealm/libconfig) - C, C++ library for processing structured configuration files. [LGPL-2.1] [website](https://hyperrealm.github.io/libconfig/) * [libconfuse](https://github.com/martinh/libconfuse) - Small configuration file parser library for C. [ISC] * [simpleini](https://github.com/brofield/simpleini) - Cross-platform C++ library providing a simple API to read and write INI-style configuration files. [MIT]