{"id":62265,"library":"plibsys","title":"plibsys","description":"Highly portable C system library: threads and synchronization, sockets, IPC, data structures and more.","status":"active","version":"0.0.5","language":"cpp","source_language":null,"source_url":null,"tags":["system","portable","threads","sockets","ipc"],"install":[{"cmd":"vcpkg install plibsys","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(plibsys CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE plibsys::plibsys)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"plibsys.h","correct":"#include <plibsys.h>"}],"quickstart":{"code":"#include <plibsys.h>\n\nint main() {\n    p_socket_t sock = p_socket_new(AF_INET, SOCK_STREAM, 0);\n    // ...\n    p_socket_free(sock);\n    return 0;\n}","lang":"cpp","description":"Create and use a socket"},"warnings":[],"env_vars":null,"search_vec":"'c':4 'data':12 'high':2 'ipc':11,20 'librari':6 'plibsi':1 'portabl':3,17 'socket':10,19 'structur':13 'synchron':9 'system':5,16 'thread':7,18","created_at":"2026-06-17T05:22:19.104451+00:00","updated_at":"2026-06-17T05:22:19.104451+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":["networking","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}}