Registry / config / libconfuse

libconfuse

JSON →
library3.3vcpkgunverified

Small configuration file parser library for C

vcpkg install libconfuse
INSTALL
IMPORT
SIG · LIBCONFUSE
L
libconfuse
configcppv3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

confuse.h
#include <confuse.h>

Parse a simple configuration file using libconfuse

#include <confuse.h> #include <stdio.h> int main() { cfg_opt_t opts[] = { CFG_SIMPLE_STR("name", NULL), CFG_END() }; cfg_t *cfg = cfg_init(opts, 0); cfg_parse(cfg, "config.conf"); printf("Name: %s\n", cfg_getstr(cfg, "name")); cfg_free(cfg); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
OpenAI (training)
1
Resources

No resource links recorded.

libconfuse — pip install libconfuse · libregistry