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

{
    "name": "ocaml-utop",
    "portdir": "ocaml/ocaml-utop",
    "version": "2.15.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ocaml-community/utop",
    "description": "Universal toplevel (i.e. REPL) for OCaml",
    "long_description": "utop is an improved toplevel (i.e. Read-Eval-Print Loop) for OCaml. It can run in a terminal or in Emacs. It supports line editing, history, real-time and context sensitive completion, colors and more.",
    "active": true,
    "categories": [
        "devel",
        "editors",
        "ocaml"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml-dune",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ocaml-findlib",
                "ocaml-lwt",
                "ocaml-lwt_react",
                "ocaml-react",
                "ocaml-xdg",
                "ocaml-lambda-term",
                "ocaml-logs",
                "ocaml-zed",
                "ocaml",
                "ocaml-cppo"
            ]
        },
        {
            "type": "test",
            "ports": [
                "ocaml-alcotest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "test",
            "ports": [
                "stanc3"
            ]
        }
    ]
}