Registry / web-framework / oatpp
library1.3.1vcpkgunverified

Modern web framework.

vcpkg install oatpp
INSTALL
IMPORT
SIG · OATPP
O
oatpp
web-frameworkcppv1.3.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.

oatpp/oatpp.hpp
#include <oatpp/oatpp.hpp>

Initialize and destroy Oat++ environment.

#include "oatpp/oatpp.hpp" #include <iostream> int main() { oatpp::base::Environment::init(); std::cout << "Oat++ initialized" << std::endl; oatpp::base::Environment::destroy(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

oatpp — pip install oatpp · libregistry