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

{
    "name": "ocaml-uri",
    "portdir": "ocaml/ocaml-uri",
    "version": "4.4.0",
    "license": "ISC",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/mirage/ocaml-uri",
    "description": "An RFC3986 URI/URL parsing library",
    "long_description": "This is an OCaml implementation of the RFC3986 specification for parsing URI or URLs.",
    "active": true,
    "categories": [
        "devel",
        "ocaml"
    ],
    "maintainers": [
        {
            "name": "pguyot",
            "github": "pguyot",
            "ports_count": 23
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml-dune",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ocaml",
                "ocaml-findlib",
                "ocaml-stringext",
                "ocaml-angstrom"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "geneweb"
            ]
        }
    ]
}