Registry / utility / kwsys
library2021-08-06vcpkgunverified

Provides platform-independent APIs to many common system features

vcpkg install kwsys
INSTALL
IMPORT
SIG · KWSYS
K
kwsys
utilitycppv2021-08-06
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.

kwsys/kwsys.h
#include <kwsys/kwsys.h>

Demonstrates using KWSys to get OS name

#include <kwsys/kwsys.h> #include <iostream> int main() { std::cout << kwsys::SystemInformation::GetOSName() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2021-08-06latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

kwsys — pip install kwsys · libregistry