GET /api/v1/ports/?format=api&ordering=-created_at&page=914
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51978,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=915",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=913",
    "results": [
        {
            "name": "ocaml-yojson",
            "portdir": "ocaml/ocaml-yojson",
            "version": "2.2.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-community/yojson",
            "description": "JSON parsing and printing library for OCaml",
            "long_description": "Yojson is an optimized JSON parsing and printing library for OCaml.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-seq"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "everparse"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "geneweb",
                        "fstar",
                        "karamel",
                        "abella",
                        "stanc3",
                        "ocaml-js_of_ocaml-compiler",
                        "ocaml-merlin",
                        "ocaml-ppx_deriving_yojson"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-xmlm",
            "portdir": "ocaml/ocaml-xmlm",
            "version": "1.4.0",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://erratique.ch/software/xmlm",
            "description": "streaming XML input/output module for OCaml",
            "long_description": "Xmlm is an OCaml module providing streaming XML input/output. It aims at making XML processing robust and painless. The streaming interface can process documents without building an in-memory representation. It lets the programmer translate its data structures to XML documents and vice-versa. Functions are provided to easily transform arborescent data structures to/from XML documents.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-ocamlbuild",
                        "ocaml-topkg",
                        "opam",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-xtmpl",
                        "ocaml-ocamlrss",
                        "stog"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-wasm",
            "portdir": "ocaml/ocaml-wasm",
            "version": "2.0.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/WebAssembly/spec",
            "description": "OCaml Web Assembly library",
            "long_description": "An OCaml library to read and write Web Assembly (wasm) files and manipulate their AST.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "ocaml-ocamlbuild",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-menhir"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "karamel"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-visitors",
            "portdir": "ocaml/ocaml-visitors",
            "version": "20210608",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.inria.fr/fpottier/visitors",
            "description": "An OCaml syntax extension for generating visitor classes",
            "long_description": "An OCaml syntax extension (a ppx_deriving plugin) which generates object-oriented visitors for traversing and transforming data structures.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ppx_deriving",
                        "ocaml",
                        "ocaml-ppxlib",
                        "ocaml-result",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "karamel"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ulex",
            "portdir": "ocaml/ocaml-ulex",
            "version": "1.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/whitequark/ulex",
            "description": "lexer generator for Unicode and OCaml",
            "long_description": "ulex is a lexer generator for Unicode and OCaml written by Alain Frisch.",
            "active": true,
            "categories": [
                "devel",
                "textproc",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-ocamlbuild",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-camlp4",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-topkg",
            "portdir": "ocaml/ocaml-topkg",
            "version": "1.0.7",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://erratique.ch/software/topkg",
            "description": "The transitory OCaml software packager",
            "long_description": "Topkg is a packager for distributing OCaml software. It provides an API to describe the files a package installs in a given build configuration and to specify information about the package's distribution, creation and publication procedures.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-ocamlbuild",
                        "opam",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-bos",
                        "ocaml-fmt",
                        "ocaml-logs",
                        "ocaml-ptime",
                        "ocaml-uucp",
                        "ocaml-uunf",
                        "ocaml-uuseg",
                        "ocaml-uutf",
                        "ocaml-astring",
                        "ocaml-fpath",
                        "ocaml-mtime",
                        "ocaml-react",
                        "ocaml-rresult",
                        "ocaml-xmlm"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-stdio",
            "portdir": "ocaml/ocaml-stdio",
            "version": "0.16.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janestreet/stdio",
            "description": "Jane Street's standard IO library for OCaml",
            "long_description": "Stdio implements simple input/output functionalities for OCaml, re-exporting the input/output functions of the OCaml standard libraries using a more consistent API.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-base",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ocamlformat-lib",
                        "ocaml-configurator",
                        "ocaml-core",
                        "ocaml-expect_test_helpers_core",
                        "ocaml-expect_test_helpers_kernel",
                        "ocaml-ppx_expect",
                        "ocaml-ppx_module_timer",
                        "ocaml-ppx_optcomp"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-stdint",
            "portdir": "ocaml/ocaml-stdint",
            "version": "0.7.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/andrenth/ocaml-stdint",
            "description": "Fixed width integer types for OCaml",
            "long_description": "The stdint library provides signed and unsigned integer types of various fixed widths.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fstar",
                        "karamel"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-sqlite3",
            "portdir": "ocaml/ocaml-sqlite3",
            "version": "5.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mmottl.github.io/sqlite3-ocaml",
            "description": "OCaml bindings for SQLite 3",
            "long_description": "OCaml bindings for SQLite 3",
            "active": true,
            "categories": [
                "devel",
                "databases",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-findlib",
                        "sqlite3",
                        "ocaml",
                        "ocaml-dune-configurator"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "ocaml-ppx_inline_test"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "patoline"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-sexplib0",
            "portdir": "ocaml/ocaml-sexplib0",
            "version": "0.17.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janestreet/sexplib0",
            "description": "Jane Street's S-expression definitions and base converters for OCaml",
            "long_description": "Part of Jane Street's Core suite of libraries for OCaml, providing S-expression definitions and base converters.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-base",
                        "ocaml-parsexp",
                        "ocaml-ppx_sexp_conv",
                        "ocaml-ppxlib",
                        "ocaml-sexplib"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-sedlex",
            "portdir": "ocaml/ocaml-sedlex",
            "version": "3.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-community/sedlex",
            "description": "Unicode-friendly lexer generator for OCaml",
            "long_description": "sedlex is a lexer generator for OCaml, similar to ocamllex. Unlike ocamllex, sedlex supports Unicode, and lexer specifications are embedded in regular OCaml source files.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-gen",
                        "ocaml-ppxlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fstar",
                        "ocaml-js_of_ocaml-compiler"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-result",
            "portdir": "ocaml/ocaml-result",
            "version": "1.5",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janestreet/result",
            "description": "A backwards-compatible Result module for OCaml",
            "long_description": "Provides backwards compatibility for projects that want to use the new result type defined in OCaml >= 4.03 while staying compatible with older version of OCaml.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-zed",
                        "ocaml-mew",
                        "ocaml-ppx_deriving_yojson",
                        "ocaml-visitors"
                    ]
                }
            ]
        },
        {
            "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": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-ocamlbuild",
                        "ocaml-topkg",
                        "opam",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-lambda-term",
                        "ocaml-utop",
                        "ocaml-zed",
                        "ocaml-lwt_react",
                        "ocaml-mew_vi"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-process",
            "portdir": "ocaml/ocaml-process",
            "version": "0.2.1",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dsheets/ocaml-process",
            "description": "Easy process control library for OCaml",
            "long_description": "A process control library for OCaml that makes it easy to use external commands like functions.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-ocamlbuild",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "everparse"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fstar",
                        "karamel"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ppxfind",
            "portdir": "ocaml/ocaml-ppxfind",
            "version": "1.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/diml/ppxfind",
            "description": "Apply OCaml PPX rewriters from the command line",
            "long_description": "A command line tool that supports applying PPX rewriters.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-migrate-parsetree"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-ppx_tools_versioned",
            "portdir": "ocaml/ocaml-ppx_tools_versioned",
            "version": "5.2.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-ppx/ppx_tools_versioned",
            "description": "A variant of ppx_tools based on ocaml-migrate-parsetree.",
            "long_description": "A variant of ppx_tools based on ocaml-migrate-parsetree, providing tools for authors of OCaml syntactic tools.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-migrate-parsetree"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-ppx_tools",
            "portdir": "ocaml/ocaml-ppx_tools",
            "version": "6.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-ppx/ppx_tools",
            "description": "Tools for authors of OCaml syntactic tools",
            "long_description": "Tools for authors of OCaml syntactic tools, including OCaml PPX rewriters.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-cppo",
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-ppx_deriving_yojson",
            "portdir": "ocaml/ocaml-ppx_deriving_yojson",
            "version": "3.7.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/whitequark/ppx_deriving_yojson",
            "description": "OCaml ppx_deriving plugin for Yojson",
            "long_description": "An OCaml ppx_deriving plugin that generates JSON serializers and deserializers using the Yjoson library.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ppx_deriving",
                        "ocaml-result",
                        "ocaml",
                        "ocaml-ppxlib",
                        "ocaml-yojson",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "everparse"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fstar",
                        "karamel"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ppx_deriving",
            "portdir": "ocaml/ocaml-ppx_deriving",
            "version": "6.0.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-ppx/ppx_deriving",
            "description": "Type-driven code generation for OCaml",
            "long_description": "Common infrastructure for generating OCaml code based on type definitions, and a set of useful plugins for common tasks.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-cppo",
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-ppxlib",
                        "ocaml-findlib",
                        "ocaml-ppx_derivers"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-jingoo"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fstar",
                        "karamel",
                        "geneweb",
                        "ocaml-ppx_deriving_yojson",
                        "ocaml-visitors",
                        "stanc3"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ppx_derivers",
            "portdir": "ocaml/ocaml-ppx_derivers",
            "version": "1.2.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-ppx/ppx_derivers",
            "description": "Allow OCaml ppx_deriving and ppx_type_conv to interoperate",
            "long_description": "Allow OCaml ppx_deriving and ppx_type_conv to interoperate when linked as part of the same ocaml-migrate-parsetree driver.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-migrate-parsetree",
                        "ocaml-ppx_deriving",
                        "ocaml-ppxlib"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-pprint",
            "portdir": "ocaml/ocaml-pprint",
            "version": "20230830",
            "license": "LGPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fpottier/pprint",
            "description": "Pretty-printing library for OCaml",
            "long_description": "A pretty-printing combinator library and rendering engine for OCaml.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fstar",
                        "karamel"
                    ]
                }
            ]
        },
        {
            "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-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre",
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ocamlnet",
                        "ocaml-patdiff",
                        "stog"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ounit",
            "portdir": "ocaml/ocaml-ounit2",
            "version": "2.2.7",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gildor478/ounit",
            "description": "Compatibility shim for ocaml-ounit2",
            "long_description": "Provides legacy 'oUnit' ocamlfind package name for ocaml-ounit2",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-ocamlbuild",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-stdlib-shims"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ocaml-ounit2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-fileutils"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-jingoo"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "ocaml-re"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ocplib-endian",
            "portdir": "ocaml/ocaml-ocplib-endian",
            "version": "1.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/OCamlPro/ocplib-endian",
            "description": "Optimized fixed-width integer functions for OCaml",
            "long_description": "Optimized functions for reading and writing fixed-width integers from strings and bigarrays in OCaml.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-cppo",
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-lwt",
                        "ocaml-lwt_ppx",
                        "ocaml-lwt_react"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ocamlnet",
            "portdir": "ocaml/ocaml-ocamlnet",
            "version": "4.1.9",
            "license": "(BSD or GPL-2 or LGPL-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://projects.camlcity.org/projects/ocamlnet.html",
            "description": "Internet protocols and helper data structures for OCaml.",
            "long_description": "Internet protocols (http, cgi, email etc.) and helper data structures (mail messages, character sets, etc.) Ocamlnet implements a number of Internet protocols (http client & server, cgi and cgi variants, SunRPC, FTP, POP, SMTP) and is a strong base for web and Internet programming.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-pcre"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ocamlrss"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ocamlbuild",
            "portdir": "ocaml/ocaml-ocamlbuild",
            "version": "0.16.1",
            "license": "(LGPL-2.1 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/ocamlbuild",
            "description": "Caml Preprocessor and Pretty-Printer",
            "long_description": "OCamlbuild is a generic build tool that has built-in rules for building OCaml library and programs. OCamlbuild was distributed as part of the OCaml distribution for OCaml versions between 3.10.0 and 4.02.3. Starting from OCaml 4.03, it is released separately.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "pmetzger",
                    "github": "pmetzger",
                    "ports_count": 22
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "fstar",
                        "karamel",
                        "ocaml-bos",
                        "ocaml-fmt",
                        "ocaml-logs",
                        "ocaml-ptime",
                        "ocaml-uucp",
                        "ocaml-uunf",
                        "ocaml-uuseg",
                        "ocaml-uutf",
                        "ocaml-camlp4",
                        "ocaml-astring",
                        "hevea",
                        "ocaml-cryptokit",
                        "ocaml-fpath",
                        "ocaml-mtime",
                        "ocaml-ounit",
                        "ocaml-process",
                        "ocaml-react",
                        "ocaml-rresult",
                        "ocaml-topkg",
                        "ocaml-ulex",
                        "ocaml-wasm",
                        "ocaml-xmlm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-cppo_ocamlbuild"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-num",
            "portdir": "ocaml/ocaml-num",
            "version": "1.6",
            "license": "LGPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/num",
            "description": "Legacy OCaml arbitrary-precision integer library",
            "long_description": "Legacy OCaml arbitrary-precision integer library",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "pmetzger",
                    "github": "pmetzger",
                    "ports_count": 22
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-batteries",
                        "mldonkey",
                        "ocaml-sexplib"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-mmap",
            "portdir": "ocaml/ocaml-mmap",
            "version": "1.2.0",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mirage/mmap",
            "description": "Support for mmap(2) in OCaml",
            "long_description": "Support for mmap(2) in OCaml.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-bigarray-compat",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-migrate-parsetree",
            "portdir": "ocaml/ocaml-migrate-parsetree",
            "version": "2.4.0",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-ppx/ocaml-migrate-parsetree",
            "description": "Convert OCaml parsetrees between different OCaml versions",
            "long_description": "Converts OCaml parsetrees, outcometree and AST mappers between different OCaml versions.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-ppx_derivers"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ppx_tools_versioned",
                        "ocaml-ppxfind"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-coq-menhirlib",
            "portdir": "ocaml/ocaml-menhir",
            "version": "20231231",
            "license": "(GPL-2 or LGPL)",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cristal.inria.fr/~fpottier/menhir",
            "description": "Menhir is a LR(1) parser generator for the Objective Caml programming language.",
            "long_description": "Menhir is a LR(1) parser generator for the Objective Caml programming language.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "ocaml-menhir"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-menhirSdk",
            "portdir": "ocaml/ocaml-menhir",
            "version": "20231231",
            "license": "(GPL-2 or LGPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cristal.inria.fr/~fpottier/menhir",
            "description": "Menhir is a LR(1) parser generator for the Objective Caml programming language.",
            "long_description": "Menhir is a LR(1) parser generator for the Objective Caml programming language.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-js_of_ocaml-compiler",
                        "ocaml-ocamlformat-lib",
                        "ocaml-menhir",
                        "ocaml-merlin-lib"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-menhirLib",
            "portdir": "ocaml/ocaml-menhir",
            "version": "20231231",
            "license": "(GPL-2 or LGPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cristal.inria.fr/~fpottier/menhir",
            "description": "Menhir is a LR(1) parser generator for the Objective Caml programming language.",
            "long_description": "Menhir is a LR(1) parser generator for the Objective Caml programming language.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-js_of_ocaml-compiler",
                        "ocaml-ocamlformat-lib",
                        "ocaml-menhir",
                        "ocaml-merlin-lib"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-menhir",
            "portdir": "ocaml/ocaml-menhir",
            "version": "20231231",
            "license": "(GPL-2 or LGPL)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cristal.inria.fr/~fpottier/menhir",
            "description": "Menhir is a LR(1) parser generator for the Objective Caml programming language.",
            "long_description": "Menhir is a LR(1) parser generator for the Objective Caml programming language.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "ocaml-dune"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-menhirLib",
                        "ocaml",
                        "ocaml-menhirSdk",
                        "ocaml-findlib"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ocaml-coq-menhirlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "everparse"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "fstar",
                        "karamel",
                        "abella",
                        "stanc3",
                        "ocaml-jingoo",
                        "ocaml-js_of_ocaml-compiler",
                        "ocaml-ocamlformat-lib",
                        "coccinelle",
                        "omake",
                        "ocaml-merlin-lib",
                        "ocaml-wasm"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-lwt_react",
            "portdir": "ocaml/ocaml-lwt",
            "version": "1.2.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocsigen/lwt",
            "description": "Helpers for using React with Lwt",
            "long_description": "Lwt provides typed, composable promises for OCaml, with support for parallel resolution.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-cppo",
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-lwt",
                        "ocaml",
                        "ocaml-react",
                        "ocaml-ocplib-endian",
                        "ocaml-dune-configurator",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-lambda-term",
                        "ocaml-utop"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-lwt_ppx",
            "portdir": "ocaml/ocaml-lwt",
            "version": "5.7.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocsigen/lwt",
            "description": "Promises and event-driven I/O for OCaml",
            "long_description": "Lwt provides typed, composable promises for OCaml, with support for parallel resolution.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-cppo",
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-lwt",
                        "ocaml",
                        "ocaml-ppxlib",
                        "ocaml-ocplib-endian",
                        "ocaml-dune-configurator",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-lwt",
            "portdir": "ocaml/ocaml-lwt",
            "version": "5.7.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocsigen/lwt",
            "description": "Promises and event-driven I/O for OCaml",
            "long_description": "Lwt provides typed, composable promises for OCaml, with support for parallel resolution.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-cppo",
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-ocplib-endian",
                        "ocaml-dune-configurator",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-lambda-term",
                        "ocaml-logs",
                        "ocaml-utop",
                        "ocaml-lwt_ppx",
                        "ocaml-lwt_react"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-integers",
            "portdir": "ocaml/ocaml-integers",
            "version": "0.7.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/yallop/ocaml-integers",
            "description": "Various signed and unsigned integer types for OCaml.",
            "long_description": "Various signed and unsigned integer types for OCaml.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-stdlib-shims"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ctypes"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-hex",
            "portdir": "ocaml/ocaml-hex",
            "version": "1.5.0",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mirage/ocaml-hex",
            "description": "Hexadecimal converter library for OCaml",
            "long_description": "Hexadecimal converter library for OCaml.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-bigarray-compat",
                        "ocaml-cstruct",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "everparse"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-hacl-star-raw",
            "portdir": "ocaml/ocaml-hacl-star",
            "version": "0.7.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cryspen/hacl-packages",
            "description": "High-assurance cryptographic library.",
            "long_description": "Formally verified library of modern cryptographic algorithms, including Curve25519, Ed25519, AES-GCM, Chacha20, Poly1305, SHA-2, SHA-3, HMAC, and HKDF. The code for all of these algorithms is formally verified using the F* verification framework for memory safety, functional correctness, and secret independence (resistance to some types of timing side-channels).",
            "active": true,
            "categories": [
                "devel",
                "security",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-ctypes",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-hacl-star"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-hacl-star",
            "portdir": "ocaml/ocaml-hacl-star",
            "version": "0.7.2",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/cryspen/hacl-packages",
            "description": "High-assurance cryptographic library.",
            "long_description": "Formally verified library of modern cryptographic algorithms, including Curve25519, Ed25519, AES-GCM, Chacha20, Poly1305, SHA-2, SHA-3, HMAC, and HKDF. The code for all of these algorithms is formally verified using the F* verification framework for memory safety, functional correctness, and secret independence (resistance to some types of timing side-channels).",
            "active": true,
            "categories": [
                "devel",
                "security",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-cppo",
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-zarith",
                        "ocaml-findlib",
                        "ocaml-hacl-star-raw"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-gen",
            "portdir": "ocaml/ocaml-gen",
            "version": "1.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/c-cube/gen",
            "description": "Iterator library for OCaml",
            "long_description": "Iterator library for OCaml, with support for restartable and consumable iterators.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-seq"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-sedlex"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-fix",
            "portdir": "ocaml/ocaml-fix",
            "version": "20230505",
            "license": "LGPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.inria.fr/fpottier/fix",
            "description": "Memoization and fixed points library for OCaml",
            "long_description": "An OCaml library that helps with various constructions that involve memoization and fixed points (recursion).",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "karamel",
                        "ocaml-ocamlformat-lib"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-findlib",
            "portdir": "ocaml/ocaml-findlib",
            "version": "1.9.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/ocamlfind",
            "description": "Objective Caml library management system",
            "long_description": "The findlib library provides a scheme to manage reusable software components (packages), and includes tools that support this scheme. Packages are collections of OCaml modules for which metainformation can be stored. The packages are kept in the filesystem hierarchy, but with strict directory structure. The library contains functions to look the directory up that stores a package, to query metainformation about a package, and to retrieve dependency information about multiple packages. There is also a tool that allows the user to enter queries on the command-line. In order to simplify compilation and linkage, there are new frontends of the various OCaml compilers that can directly deal with packages.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "pmetzger",
                    "github": "pmetzger",
                    "ports_count": 22
                }
            ],
            "variants": [
                "toolbox"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "guestfs-tools",
                        "ocaml-mysql",
                        "bsdowl",
                        "ocaml-lua",
                        "libguestfs",
                        "ocaml-lacaml",
                        "advi",
                        "coq"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-alcotest",
                        "ocaml-async",
                        "ocaml-bisect_ppx",
                        "ocaml-bos",
                        "ocaml-camlp5-buildscripts",
                        "ocaml-crunch",
                        "ocaml-decompress",
                        "ocaml-dune",
                        "ocaml-dune-configurator",
                        "ocaml-dune-build-info",
                        "ocaml-xdg",
                        "ocaml-fmt",
                        "ocaml-jingoo",
                        "ocaml-js_of_ocaml",
                        "ocaml-js_of_ocaml-compiler",
                        "ocaml-lambda-term",
                        "ocaml-logs",
                        "ocaml-logs-syslog",
                        "ocaml-markup",
                        "ocaml-not-ocamlfind",
                        "ocaml-ocamlformat",
                        "ocaml-ocamlformat-lib",
                        "ocaml-ocp-indent",
                        "ocaml-ppx_blob",
                        "ocaml-ptime",
                        "ocaml-shell",
                        "ocaml-syslog-message",
                        "ocaml-textutils",
                        "ocaml-textutils_kernel",
                        "ocaml-utop",
                        "ocaml-uucp",
                        "ocaml-uunf",
                        "ocaml-uuseg",
                        "ocaml-uutf",
                        "ocaml-zed",
                        "coccinelle",
                        "ocaml-cudf",
                        "ocaml-dypgen",
                        "ocaml-lua",
                        "ocaml-lacaml",
                        "ocaml-ftp",
                        "camlimages",
                        "ocaml-angstrom",
                        "ocaml-astring",
                        "ocaml-async_kernel",
                        "ocaml-async_rpc_kernel",
                        "ocaml-async_unix",
                        "ocaml-base64",
                        "ocaml-base",
                        "ocaml-base_quickcheck",
                        "ocaml-base_bigstring",
                        "ocaml-bigarray-compat",
                        "ocaml-bigstringaf",
                        "ocaml-bin_prot",
                        "ocaml-biniou",
                        "ocaml-calendars",
                        "ocaml-camlp-streams",
                        "ocaml-camomile",
                        "ocaml-checkseum",
                        "ocaml-compiler-libs",
                        "ocaml-config-file",
                        "ocaml-configurator",
                        "ocaml-core",
                        "ocaml-core_extended",
                        "ocaml-core_kernel",
                        "ocaml-core_unix",
                        "ocaml-cppo",
                        "ocaml-cppo_ocamlbuild",
                        "ocaml-cryptokit",
                        "ocaml-csexp",
                        "ocaml-cstruct",
                        "ocaml-ctypes",
                        "ocaml-digestif",
                        "ocaml-easy-format",
                        "ocaml-either",
                        "ocaml-eqaf",
                        "ocaml-expect_test_helpers_core",
                        "ocaml-expect_test_helpers_kernel",
                        "ocaml-extlib",
                        "ocaml-fieldslib",
                        "ocaml-fileutils",
                        "ocaml-fix",
                        "ocaml-fpath",
                        "ocaml-gen",
                        "ocaml-hex",
                        "ocaml-int_repr",
                        "ocaml-integers",
                        "ocaml-jane-street-headers",
                        "ocaml-jst-config",
                        "ocaml-lwt",
                        "ocaml-lwt_ppx",
                        "ocaml-lwt_react",
                        "ocaml-memtrace",
                        "ocaml-menhir",
                        "ocaml-merlin",
                        "ocaml-menhirLib",
                        "ocaml-menhirSdk",
                        "ocaml-coq-menhirlib",
                        "ocaml-dot-merlin-reader",
                        "ocaml-merlin-lib",
                        "ocaml-mew",
                        "ocaml-mew_vi",
                        "ocaml-migrate-parsetree",
                        "ocaml-mmap",
                        "ocaml-mtime",
                        "ocaml-num",
                        "ocaml-ocaml-version",
                        "ocaml-ocaml_intrinsics",
                        "ocaml-ocamlgraph",
                        "ocaml-ocamlnet",
                        "ocaml-ocplib-endian",
                        "ocaml-optint",
                        "ocaml-ounit2",
                        "ocaml-parmap",
                        "ocaml-ounit",
                        "ocaml-parsexp",
                        "ocaml-patdiff",
                        "ocaml-patience_diff",
                        "ocaml-pcre",
                        "ocaml-pcre2",
                        "ocaml-pp_loc",
                        "ocaml-pprint",
                        "ocaml-ppx_assert",
                        "ocaml-ppx_base",
                        "ocaml-ppx_bench",
                        "ocaml-ppx_bin_prot",
                        "ocaml-ppx_cold",
                        "ocaml-ppx_compare",
                        "ocaml-ppx_custom_printf",
                        "ocaml-ppx_derivers",
                        "ocaml-ppx_deriving",
                        "ocaml-ppx_deriving_yojson",
                        "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_ignore_instrumentation",
                        "ocaml-ppx_import",
                        "ocaml-ppx_inline_test",
                        "ocaml-ppx_jane",
                        "ocaml-ppx_let",
                        "ocaml-ppx_log",
                        "ocaml-ppx_module_timer",
                        "ocaml-ppx_optcomp",
                        "ocaml-ppx_optional",
                        "ocaml-ppx_pipebang",
                        "ocaml-ppx_sexp_conv",
                        "ocaml-ppx_sexp_message",
                        "ocaml-ppx_sexp_value",
                        "ocaml-ppx_stable",
                        "ocaml-ppx_stable_witness",
                        "ocaml-ppx_string",
                        "ocaml-ppx_tools",
                        "ocaml-ppx_tools_versioned",
                        "ocaml-ppx_tydi",
                        "ocaml-ppx_typerep_conv",
                        "ocaml-ppx_variants_conv",
                        "ocaml-ppxfind",
                        "ocaml-ppxlib",
                        "ocaml-process",
                        "ocaml-protocol_version_header",
                        "ocaml-re",
                        "ocaml-react",
                        "ocaml-record_builder",
                        "ocaml-result",
                        "ocaml-rresult",
                        "ocaml-sedlex",
                        "ocaml-seq",
                        "ocaml-sexp_pretty",
                        "ocaml-sexplib",
                        "ocaml-sexplib0",
                        "ocaml-sha",
                        "ocaml-spawn",
                        "ocaml-splittable_random",
                        "ocaml-sqlite3",
                        "ocaml-stdcompat",
                        "ocaml-stdint",
                        "ocaml-stdio",
                        "ocaml-stdlib-shims",
                        "ocaml-stringext",
                        "ocaml-syntax-shims",
                        "ocaml-syslog",
                        "ocaml-time_now",
                        "ocaml-timezone",
                        "ocaml-topkg",
                        "ocaml-trie",
                        "ocaml-typerep",
                        "ocaml-ulex",
                        "ocaml-unidecode",
                        "ocaml-uri",
                        "ocaml-variantslib",
                        "ocaml-visitors",
                        "ocaml-wasm",
                        "ocaml-xmlm",
                        "ocaml-yojson",
                        "ocaml-zarith",
                        "ocaml-zip",
                        "ocamlsdl",
                        "ocaml-mpi",
                        "ocaml-xtmpl",
                        "patoline",
                        "ocaml-cgi",
                        "ocaml-ocamlrss",
                        "stog",
                        "ocaml-buddy",
                        "lablgtk2",
                        "ocaml-batteries",
                        "ocaml-hacl-star",
                        "ocaml-hacl-star-raw",
                        "camlp5",
                        "fstar",
                        "karamel",
                        "stanc3"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-fileutils",
            "portdir": "ocaml/ocaml-fileutils",
            "version": "0.6.4",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gildor478/ocaml-fileutils",
            "description": "OCaml POSIX-like file library",
            "long_description": "Library to provide pure OCaml functions to manipulate real file (POSIX like) and filename.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "ocaml-ounit",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-seq"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "ocaml-stdlib-shims"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "fstar",
                        "karamel"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-extlib",
            "portdir": "ocaml/ocaml-extlib",
            "version": "1.8.0",
            "license": "LGPL-2.1",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ygrek/ocaml-extlib",
            "description": "Extended Standard Library for OCaml",
            "long_description": "A User-supported Extended Standard Library for OCaml",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "pmetzger",
                    "github": "pmetzger",
                    "ports_count": 22
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-cppo",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-cudf"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-easy-format",
            "portdir": "ocaml/ocaml-easy-format",
            "version": "1.3.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-community/easy-format",
            "description": "High-level functional interface to the OCaml Format module",
            "long_description": "High-level functional interface to the Format module of the OCaml standard library. It is a pretty-printing facility, i.e. it takes as input some code represented as a tree and formats this code into the most visually satisfying result, breaking and indenting lines of code where appropriate.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-biniou"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-dune-configurator",
            "portdir": "ocaml/ocaml-dune",
            "version": "3.22.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/dune",
            "description": "Composable build system for OCaml",
            "long_description": "Dune is a build system for OCaml and Reason.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-csexp",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-jst-config",
                        "ocaml-ocaml_intrinsics",
                        "ocaml-bigstringaf",
                        "ocaml-pcre",
                        "ocaml-pcre2",
                        "ocaml-ctypes"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-base",
                        "ocaml-sqlite3",
                        "ocaml-checkseum",
                        "ocaml-lwt",
                        "ocaml-lwt_ppx",
                        "ocaml-lwt_react",
                        "ocaml-parmap"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-dune",
            "portdir": "ocaml/ocaml-dune",
            "version": "3.22.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/dune",
            "description": "Composable build system for OCaml",
            "long_description": "Dune is a build system for OCaml and Reason.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-batteries",
                        "ocaml-hacl-star",
                        "everparse",
                        "geneweb",
                        "fstar",
                        "karamel",
                        "abella",
                        "stanc3",
                        "ocaml-alcotest",
                        "ocaml-async",
                        "ocaml-bisect_ppx",
                        "ocaml-crunch",
                        "ocaml-decompress",
                        "ocaml-dune-configurator",
                        "ocaml-dune-build-info",
                        "ocaml-xdg",
                        "ocaml-jingoo",
                        "ocaml-js_of_ocaml",
                        "ocaml-js_of_ocaml-compiler",
                        "ocaml-lambda-term",
                        "ocaml-logs-syslog",
                        "ocaml-markup",
                        "ocaml-ocamlformat",
                        "ocaml-ocamlformat-lib",
                        "ocaml-ocp-indent",
                        "ocaml-ppx_blob",
                        "ocaml-shell",
                        "ocaml-syslog-message",
                        "ocaml-textutils",
                        "ocaml-textutils_kernel",
                        "ocaml-utop",
                        "ocaml-zed",
                        "ocaml-cudf",
                        "camlimages",
                        "ocaml-angstrom",
                        "ocaml-async_kernel",
                        "ocaml-async_rpc_kernel",
                        "ocaml-async_unix",
                        "ocaml-base64",
                        "ocaml-base",
                        "ocaml-base_quickcheck",
                        "ocaml-base_bigstring",
                        "ocaml-bigarray-compat",
                        "ocaml-bigstringaf",
                        "ocaml-bin_prot",
                        "ocaml-biniou",
                        "ocaml-calendars",
                        "ocaml-camlp-streams",
                        "ocaml-checkseum",
                        "ocaml-compiler-libs",
                        "ocaml-configurator",
                        "ocaml-core",
                        "ocaml-core_extended",
                        "ocaml-core_kernel",
                        "ocaml-core_unix",
                        "ocaml-cppo",
                        "ocaml-cppo_ocamlbuild",
                        "ocaml-csexp",
                        "ocaml-cstruct",
                        "ocaml-ctypes",
                        "ocaml-digestif",
                        "ocaml-easy-format",
                        "ocaml-either",
                        "ocaml-eqaf",
                        "ocaml-expect_test_helpers_core",
                        "ocaml-expect_test_helpers_kernel",
                        "ocaml-fieldslib",
                        "ocaml-fileutils",
                        "ocaml-fix",
                        "ocaml-gen",
                        "ocaml-hex",
                        "ocaml-int_repr",
                        "ocaml-integers",
                        "ocaml-jane-street-headers",
                        "ocaml-jst-config",
                        "ocaml-lwt",
                        "ocaml-lwt_ppx",
                        "ocaml-lwt_react",
                        "ocaml-memtrace",
                        "ocaml-menhir",
                        "ocaml-merlin",
                        "ocaml-menhirLib",
                        "ocaml-menhirSdk",
                        "ocaml-coq-menhirlib",
                        "ocaml-dot-merlin-reader",
                        "ocaml-merlin-lib",
                        "ocaml-mew",
                        "ocaml-mew_vi",
                        "ocaml-migrate-parsetree",
                        "ocaml-mmap",
                        "ocaml-ocaml-version",
                        "ocaml-ocaml_intrinsics",
                        "ocaml-ocamlgraph",
                        "ocaml-ocplib-endian",
                        "ocaml-optint",
                        "ocaml-ounit2",
                        "ocaml-parmap",
                        "ocaml-parsexp",
                        "ocaml-patdiff",
                        "ocaml-patience_diff",
                        "ocaml-pcre",
                        "ocaml-pcre2",
                        "ocaml-pp_loc",
                        "ocaml-pprint",
                        "ocaml-ppx_assert",
                        "ocaml-ppx_base",
                        "ocaml-ppx_bench",
                        "ocaml-ppx_bin_prot",
                        "ocaml-ppx_cold",
                        "ocaml-ppx_compare",
                        "ocaml-ppx_custom_printf",
                        "ocaml-ppx_derivers",
                        "ocaml-ppx_deriving",
                        "ocaml-ppx_deriving_yojson",
                        "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_ignore_instrumentation",
                        "ocaml-ppx_import",
                        "ocaml-ppx_inline_test",
                        "ocaml-ppx_jane",
                        "ocaml-ppx_let",
                        "ocaml-ppx_log",
                        "ocaml-ppx_module_timer",
                        "ocaml-ppx_optcomp",
                        "ocaml-ppx_optional",
                        "ocaml-ppx_pipebang",
                        "ocaml-ppx_sexp_conv",
                        "ocaml-ppx_sexp_message",
                        "ocaml-ppx_sexp_value",
                        "ocaml-ppx_stable",
                        "ocaml-ppx_stable_witness",
                        "ocaml-ppx_string",
                        "ocaml-ppx_tools",
                        "ocaml-ppx_tools_versioned",
                        "ocaml-ppx_tydi",
                        "ocaml-ppx_typerep_conv",
                        "ocaml-ppx_variants_conv",
                        "ocaml-ppxfind",
                        "ocaml-ppxlib",
                        "ocaml-protocol_version_header",
                        "ocaml-re",
                        "ocaml-record_builder",
                        "ocaml-result",
                        "ocaml-sedlex",
                        "ocaml-seq",
                        "ocaml-sexp_pretty",
                        "ocaml-sexplib",
                        "ocaml-sexplib0",
                        "ocaml-sha",
                        "ocaml-spawn",
                        "ocaml-splittable_random",
                        "ocaml-sqlite3",
                        "ocaml-stdcompat",
                        "ocaml-stdint",
                        "ocaml-stdio",
                        "ocaml-stdlib-shims",
                        "ocaml-stringext",
                        "ocaml-syntax-shims",
                        "ocaml-syslog",
                        "ocaml-time_now",
                        "ocaml-timezone",
                        "ocaml-trie",
                        "ocaml-typerep",
                        "ocaml-unidecode",
                        "ocaml-uri",
                        "ocaml-variantslib",
                        "ocaml-visitors",
                        "ocaml-wasm",
                        "ocaml-yojson"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ctypes",
            "portdir": "ocaml/ocaml-ctypes",
            "version": "0.21.1",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocamllabs/ocaml-ctypes",
            "description": "Bind to C libraries using pure OCaml",
            "long_description": "ctypes is a combinator library for binding to C libraries using pure OCaml.",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "landonf",
                    "github": "landonf",
                    "ports_count": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "ocaml-dune-configurator",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-integers",
                        "ocaml",
                        "ocaml-bigarray-compat",
                        "ocaml-findlib"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "pkgconfig",
                        "ocaml-ounit2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-hacl-star-raw"
                    ]
                }
            ]
        },
        {
            "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": 84
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-bigarray-compat",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-hex"
                    ]
                }
            ]
        }
    ]
}