libconfini
Config parser
A C-based library for parsing configuration files in a human-readable format.
Yet another INI parser
164 stars
7 watching
23 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. | 476 |
hyperrealm/libconfig | A C/C++ library that enables the parsing and processing of structured configuration files | 1,123 |
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,627 |
lytics/confl | A config parser with lenient syntax and comments similar to Nginx format. | 138 |
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. | 62 |
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. | 284 |
mpenning/ciscoconfparse | A Python library to parse, audit, query and modify network device configurations | 798 |
compuphase/minini | A small and portable library for reading and writing configuration files in various formats. | 385 |
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. | 337 |