libucl
config parser library
A C library for parsing and generating configuration files in a simplified, human-readable format inspired by the Nginx configuration syntax.
Universal configuration library parser
2k stars
52 watching
139 forks
Language: C
last commit: 7 months ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
libconfuse/libconfuse | A C library for parsing configuration files with support for sections and values, including strings, numbers, functions, and nested includes. | 476 |
madmurphy/libconfini | A C-based library for parsing configuration files in a human-readable format. | 164 |
hyperrealm/libconfig | A C/C++ library that enables the parsing and processing of structured configuration files | 1,123 |
lytics/confl | A config parser with lenient syntax and comments similar to Nginx format. | 138 |
cidrblock/netcopa | An engine for parsing network device configurations and converting them to structured data in YAML | 135 |
go-gcfg/gcfg | A Go library that reads INI-style configuration files into data structures | 168 |
dsbasko/go-cfg | A unified configuration library for reading data from various sources. | 42 |
ddiidev/ini-v | A module for parsing and serializing configuration files in various formats | 5 |
kevinburke/ssh_config | A Go library for parsing and manipulating SSH configuration files | 429 |
sasbury/mini | A package that parses and interprets configuration files in the ini style. | 35 |
vrischmann/envconfig | A library to parse configuration from environment variables and fill structs. | 241 |
piotr-yuxuan/malli-cli | A configuration tool with expressive schema definition and agnostic secret protection | 54 |
sheepduke/chameleon | A configuration management library for Common Lisp with profile support. | 17 |
ilyakaznacheev/cleanenv | A tool to read and manage environment configuration from files and variables | 1,661 |
vindarel/cl-str | A modern and consistent Common Lisp library for string manipulation. | 309 |