{"id":61984,"library":"neko-system","title":"neko-system","description":"A cross-platform C++20 system information library providing memory information, platform detection, and system utilities.","status":"active","version":"1.0.1","language":"cpp","source_language":null,"source_url":null,"tags":["system-info","cross-platform","c++20"],"install":[{"cmd":"vcpkg install neko-system","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(neko_system CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE neko-system::neko-system)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"neko/system.hpp","correct":"#include <neko/system.hpp>"}],"quickstart":{"code":"#include <neko/system.hpp>\n#include <iostream>\n\nint main() {\n    auto mem = neko::system::memory_info();\n    std::cout << \"Total RAM: \" << mem.total / (1024*1024) << \" MB\" << std::endl;\n    return 0;\n}","lang":"cpp","description":"Retrieves and prints total system memory."},"warnings":[],"env_vars":null,"search_vec":"'+20':9,28 'c':8,27 'cross':6,25 'cross-platform':5,24 'detect':17 'info':23 'inform':11,15 'librari':12 'memori':14 'neko':2 'neko-system':1 'platform':7,16,26 'provid':13 'system':3,10,19,22 'system-info':21 'util':20","created_at":"2026-06-17T05:12:48.496678+00:00","updated_at":"2026-06-17T05:12:48.496678+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}