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

{
    "name": "ocaml-alcotest",
    "portdir": "ocaml/ocaml-alcotest",
    "version": "1.7.0",
    "license": "ISC",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/mirage/alcotest",
    "description": "Lightweight and colorful test framework",
    "long_description": "Alcotest exposes simple interface to perform unit tests.",
    "active": true,
    "categories": [
        "devel",
        "ocaml"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml-dune",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ocaml-stdlib-shims",
                "ocaml-re",
                "ocaml-cmdliner",
                "ocaml",
                "ocaml-astring",
                "ocaml-uutf",
                "ocaml-syntax-shims",
                "ocaml-fmt",
                "ocaml-findlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ocaml-ppx_blob"
            ]
        },
        {
            "type": "test",
            "ports": [
                "ocaml-utop"
            ]
        }
    ]
}