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

{
    "name": "ocaml-pcre",
    "portdir": "ocaml/ocaml-pcre",
    "version": "7.5.0",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://mmottl.github.io/pcre-ocaml/",
    "description": "Perl compatibility regular expressions for OCaml",
    "long_description": "This OCaml-library interfaces the PCRE (Perl-compatibility regular expressions) library which is written in C. it can be used for matching regular expressions which are written in PERL-style. Searching for, replacing or splitting text should become much easier with this library.",
    "active": true,
    "categories": [
        "devel",
        "ocaml"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml-dune",
                "ocaml-dune-configurator",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "pcre",
                "ocaml",
                "ocaml-findlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ocaml-ocamlnet",
                "stog",
                "ocaml-patdiff"
            ]
        }
    ]
}