GET /api/v1/ports/zeroc-ice34/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "zeroc-ice34",
    "portdir": "devel/zeroc-ice34",
    "version": "3.4.2",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.zeroc.com/",
    "description": "Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP",
    "long_description": "The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the C++ runtime libraries, the core Slice files and slice2cpp. It also includes the slice compilers for all the other languages: slice2cs, slice2java, slice2py, slice2rb and slice2vb.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "demo_source_code"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "mcpp",
                "openssl",
                "db46",
                "expat",
                "libiconv",
                "readline"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "zeroc-ice34-java",
                "py27-zeroc-ice34"
            ]
        }
    ]
}