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

{
    "name": "ocaml-cstruct",
    "portdir": "ocaml/ocaml-cstruct",
    "version": "6.2.0",
    "license": "ISC",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/mirage/ocaml-cstruct",
    "description": "Access C-like structures directly from OCaml",
    "long_description": "Cstruct is a library and syntax extension to make it easier to access C-like structures directly from OCaml. It supports both reading and writing to these structures, and they are accessed via the Bigarray module.",
    "active": true,
    "categories": [
        "devel",
        "lang",
        "ocaml"
    ],
    "maintainers": [
        {
            "name": "landonf",
            "github": "landonf",
            "ports_count": 81
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml-dune",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ocaml",
                "ocaml-bigarray-compat",
                "ocaml-findlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ocaml-hex"
            ]
        }
    ]
}