Registry / config / libdotconf

libdotconf

JSON →
library1.4.1vcpkgunverified

A configuration file parser library for dot.conf format files.

vcpkg install libdotconf
INSTALL
IMPORT
SIG · LIBDOTCONF
L
libdotconf
configcppv1.4.1
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.

dotconf.h
✓ #include <dotconf.h>

Parses a dot.conf configuration file and retrieves a value.

#include <dotconf.h> #include <iostream> int main() { dotconf::Config config; config.parse("config.conf"); std::cout << config.get("key") << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

libdotconf — pip install libdotconf · libregistry