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

{
    "name": "ocaml-base",
    "portdir": "ocaml/ocaml-base",
    "version": "0.16.3",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/janestreet/base",
    "description": "Jane Street's Full standard library replacement for OCaml",
    "long_description": "Base is a complete and portable alternative to the OCaml standard library, providing all functionality expected from a language standard library.",
    "active": true,
    "categories": [
        "devel",
        "ocaml"
    ],
    "maintainers": [
        {
            "name": "landonf",
            "github": "landonf",
            "ports_count": 81
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ocaml-dune",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ocaml",
                "ocaml-dune-configurator",
                "ocaml-findlib",
                "ocaml-sexplib0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ocaml-configurator",
                "ocaml-base_quickcheck",
                "ocaml-bin_prot",
                "ocaml-core",
                "ocaml-core_kernel",
                "ocaml-expect_test_helpers_core",
                "ocaml-expect_test_helpers_kernel",
                "ocaml-fieldslib",
                "ocaml-int_repr",
                "ocaml-jst-config",
                "ocaml-patience_diff",
                "ocaml-ppx_assert",
                "ocaml-ppx_bin_prot",
                "ocaml-ppx_cold",
                "ocaml-ppx_compare",
                "ocaml-ppx_custom_printf",
                "ocaml-ppx_disable_unused_warnings",
                "ocaml-ppx_enumerate",
                "ocaml-ppx_expect",
                "ocaml-ppx_fields_conv",
                "ocaml-ppx_fixed_literal",
                "ocaml-ppx_globalize",
                "ocaml-ppx_hash",
                "ocaml-ppx_here",
                "ocaml-ppx_inline_test",
                "ocaml-ppx_let",
                "ocaml-ppx_log",
                "ocaml-ppx_module_timer",
                "ocaml-ppx_optcomp",
                "ocaml-ppx_optional",
                "ocaml-ppx_sexp_conv",
                "ocaml-ppx_sexp_message",
                "ocaml-ppx_sexp_value",
                "ocaml-ppx_stable",
                "ocaml-ppx_stable_witness",
                "ocaml-ppx_string",
                "ocaml-ppx_tydi",
                "ocaml-ppx_typerep_conv",
                "ocaml-ppx_variants_conv",
                "ocaml-record_builder",
                "ocaml-sexp_pretty",
                "ocaml-splittable_random",
                "ocaml-stdio",
                "ocaml-time_now",
                "ocaml-typerep",
                "ocaml-variantslib",
                "ocaml-base_bigstring",
                "ocaml-ocamlformat-lib"
            ]
        }
    ]
}