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

{
    "name": "ocaml-batteries",
    "portdir": "ocaml/ocaml-batteries",
    "version": "3.8.0",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://batteries.forge.ocamlcore.org/",
    "description": "A new O'Caml standard library",
    "long_description": "OCaml Batteries included (or simply Batteries) is a community-driven effort to standardize on an consistent, documented, and comprehensive development platform for the OCaml programming language.",
    "active": true,
    "categories": [
        "devel",
        "ocaml"
    ],
    "maintainers": [
        {
            "name": "landonf",
            "github": "landonf",
            "ports_count": 81
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml-dune",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ocaml",
                "ocaml-findlib",
                "ocaml-num",
                "ocaml-camlp-streams"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "everparse"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "fstar",
                "kremlin"
            ]
        }
    ]
}