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

{
    "name": "ocaml-react",
    "portdir": "ocaml/ocaml-react",
    "version": "1.2.2",
    "license": "ISC",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://erratique.ch/software/react",
    "description": "Functional reactive progreamming for OCaml",
    "long_description": "React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values : applicative events and signals. React doesn't define any primitive event or signal, this lets the client chooses the concrete timeline.",
    "active": true,
    "categories": [
        "devel",
        "ocaml"
    ],
    "maintainers": [
        {
            "name": "landonf",
            "github": "landonf",
            "ports_count": 81
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml-ocamlbuild",
                "ocaml-topkg",
                "opam",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ocaml",
                "ocaml-findlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ocaml-lambda-term",
                "ocaml-mew_vi",
                "ocaml-zed",
                "ocaml-lwt_react",
                "ocaml-utop"
            ]
        }
    ]
}