libconfuse
Config parser library
A C library for parsing configuration files with support for sections and values, including strings, numbers, functions, and nested includes.
Small configuration file parser library for C.
476 stars
25 watching
110 forks
Language: C
last commit: 9 months ago
Linked from 2 awesome lists
configconfiguration-files
Related projects:
Repository | Description | Stars |
---|---|---|
madmurphy/libconfini | A C-based library for parsing configuration files in a human-readable format. | 164 |
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 |
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 |
lytics/confl | A config parser with lenient syntax and comments similar to Nginx format. | 138 |
beached/daw_json_link_config_parser | An example C++ project to parse a specific configuration file format | 1 |
muir/nfigure | A reflective configuration library for Go that supports multiple sources and formats of configuration data. | 7 |
cidrblock/netcopa | An engine for parsing network device configurations and converting them to structured data in YAML | 135 |
kevinburke/ssh_config | A Go library for parsing and manipulating SSH configuration files | 429 |
xcconfigs/xcconfigs | Provides standardized Xcode configuration files for easy modification and reuse. | 1,199 |
sasbury/mini | A package that parses and interprets configuration files in the ini style. | 35 |
mpenning/ciscoconfparse | A Python library to parse, audit, query and modify network device configurations | 798 |
chris-huxtable/config.cr | A configuration parser for Crystal programming language with support for multiple data formats and macro-based commenting system | 14 |
pastdev/clconf | Utility for merging configuration files and extracting values using path strings | 12 |
ddiidev/ini-v | A module for parsing and serializing configuration files in various formats | 5 |