libconfini
Config parser
A C-based library for parsing configuration files in a human-readable format.
Yet another INI parser
165 stars
7 watching
22 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
bare-metalcconfconf-fileconf-libraryconfigconfigurationconfiguration-fileconfiguration-managementgnuiniini-configini-fileini-libraryini-parserini-readerlibraryparsershared-libraryunix
Related projects:
Repository | Description | Stars |
---|---|---|
ddiidev/ini-v | A module for parsing and serializing configuration files in various formats | 5 |
libconfuse/libconfuse | A C library for parsing configuration files with support for sections and values, including strings, numbers, functions, and nested includes. | 482 |
hyperrealm/libconfig | A C/C++ library that enables the parsing and processing of structured configuration files | 1,130 |
go-gcfg/gcfg | A Go library that reads INI-style configuration files into data structures | 168 |
sasbury/mini | A package that parses and interprets configuration files in the ini style. | 35 |
vstakhov/libucl | A C library for parsing and generating configuration files in a simplified, human-readable format inspired by the Nginx configuration syntax. | 1,635 |
lytics/confl | A config parser with lenient syntax and comments similar to Nginx format. | 139 |
piotr-yuxuan/malli-cli | A configuration tool with expressive schema definition and agnostic secret protection | 54 |
kixunil/configure_me | Automates configuration parsing and validation for command-line applications. | 63 |
cidrblock/netcopa | An engine for parsing network device configurations and converting them to structured data in YAML | 135 |
mcmtroffaes/inipp | A simple C++ header-only ini parser and generator. | 285 |
mpenning/ciscoconfparse | A Python library for parsing and querying network device configurations. | 800 |
compuphase/minini | A small and portable library for reading and writing configuration files in various formats. | 393 |
easco/configparser_ex | A parser for config files in the style of Windows INI | 19 |
rxi/ini | A tiny ANSI C library for loading and parsing .ini config files with support for sections, comments, quoted strings, and trimming whitespace. | 340 |