{"id":62005,"library":"zeroc-ice","title":"ZeroC Ice","description":"Comprehensive RPC framework with support for C++, CSharp, Java, JavaScript, Python and more.","status":"active","version":"3.7.10","language":"cpp","source_language":null,"source_url":null,"tags":["rpc","framework","networking","distributed-systems"],"install":[{"cmd":"vcpkg install zeroc-ice","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(zeroc_ice CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Ice::Ice)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"Ice/Ice.h","correct":"#include <Ice/Ice.h>"}],"quickstart":{"code":"#include <Ice/Ice.h>\n#include <iostream>\n\nint main() {\n    try {\n        Ice::CommunicatorHolder ich = Ice::initialize();\n        std::cout << \"Ice initialized successfully\" << std::endl;\n    } catch (const Ice::Exception& e) {\n        std::cerr << e << std::endl;\n        return 1;\n    }\n    return 0;\n}","lang":"cpp","description":"Initialize the Ice runtime"},"warnings":[{"fix":"Run slice2cpp on your Slice definitions to generate C++ stubs/skeletons","message":"Requires slice2cpp code generation from .ice files before compilation","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'c':9 'comprehens':3 'csharp':10 'distribut':20 'distributed-system':19 'framework':5,17 'ice':2 'java':11 'javascript':12 'network':18 'python':13 'rpc':4,16 'support':7 'system':21 'zeroc':1","created_at":"2026-06-17T05:13:45.997655+00:00","updated_at":"2026-06-17T05:13:45.997655+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"],"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}}