Registry / utility / infoware

infoware

JSON →
library2023-04-12vcpkgunverified

C++ Library for pulling system and hardware information, without hitting the command line.

vcpkg install infoware
INSTALL
IMPORT
SIG · INFOWARE
I
infoware
utilitycppv2023-04-12
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.

infoware/infoware.hpp
#include <infoware/infoware.hpp>

Retrieve CPU model name using infoware

#include <infoware/infoware.hpp> #include <iostream> int main() { auto cpu = iware::cpu::model_name(); std::cout << "CPU: " << cpu << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2023-04-12latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

infoware — pip install infoware · libregistry