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

{
    "name": "ocaml-async_rpc_kernel",
    "portdir": "ocaml/ocaml-async_rpc_kernel",
    "version": "0.16.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/janestreet/async_rpc_kernel",
    "description": "Platform-independent core of Async RPC library",
    "long_description": "A library for building RPC-style protocols. This library is the portable part of the Unix-oriented Async_rpc library, and is actively used in JavaScript.",
    "active": true,
    "categories": [
        "devel",
        "ocaml"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2560
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml-dune",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ocaml-async_kernel",
                "ocaml-core",
                "ocaml",
                "ocaml-protocol_version_header",
                "ocaml-ppx_jane",
                "ocaml-findlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ocaml-async"
            ]
        }
    ]
}