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

{
    "name": "ocaml-ounit",
    "portdir": "ocaml/ocaml-ounit2",
    "version": "2.2.7",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/gildor478/ounit",
    "description": "Compatibility shim for ocaml-ounit2",
    "long_description": "Provides legacy 'oUnit' ocamlfind package name for ocaml-ounit2",
    "active": true,
    "categories": [
        "devel",
        "ocaml"
    ],
    "maintainers": [
        {
            "name": "landonf",
            "github": "landonf",
            "ports_count": 81
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml-ocamlbuild",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ocaml",
                "ocaml-findlib",
                "ocaml-stdlib-shims"
            ]
        },
        {
            "type": "run",
            "ports": [
                "ocaml-ounit2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "ocaml-fileutils"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ocaml-jingoo",
                "geneweb"
            ]
        },
        {
            "type": "test",
            "ports": [
                "ocaml-re"
            ]
        }
    ]
}