Registry / utility / neko-system

neko-system

JSON →
library1.0.1vcpkgunverified

A cross-platform C++20 system information library providing memory information, platform detection, and system utilities.

vcpkg install neko-system
INSTALL
IMPORT
SIG · NEKO-SYSTEM
N
neko-system
utilitycppv1.0.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.

neko/system.hpp
#include <neko/system.hpp>

Retrieves and prints total system memory.

#include <neko/system.hpp> #include <iostream> int main() { auto mem = neko::system::memory_info(); std::cout << "Total RAM: " << mem.total / (1024*1024) << " MB" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest 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.

neko-system — pip install neko-system · libregistry