Registry / config / libenvpp

libenvpp

JSON →
library1.5.2vcpkgunverified

A modern C++ library for type-safe environment variable parsing.

vcpkg install libenvpp
INSTALL
IMPORT
SIG · LIBENVPP
L
libenvpp
configcppv1.5.2
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.

libenvpp/env.hpp
#include <libenvpp/env.hpp>

Parses an environment variable with a default value.

#include <libenvpp/env.hpp> #include <iostream> int main() { auto port = env::get<int>("PORT").value_or(8080); std::cout << "Port: " << port << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

libenvpp — pip install libenvpp · libregistry