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

{
    "name": "ocaml-lwt_ppx",
    "portdir": "ocaml/ocaml-lwt",
    "version": "5.7.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ocsigen/lwt",
    "description": "Promises and event-driven I/O for OCaml",
    "long_description": "Lwt provides typed, composable promises for OCaml, with support for parallel resolution.",
    "active": true,
    "categories": [
        "devel",
        "ocaml"
    ],
    "maintainers": [
        {
            "name": "landonf",
            "github": "landonf",
            "ports_count": 80
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml-cppo",
                "ocaml-dune",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ocaml-lwt",
                "ocaml",
                "ocaml-ppxlib",
                "ocaml-ocplib-endian",
                "ocaml-dune-configurator",
                "ocaml-findlib"
            ]
        }
    ],
    "depends_on": []
}