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

{
    "count": 50600,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=841",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=839",
    "results": [
        {
            "name": "berry",
            "portdir": "lang/berry",
            "version": "1.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://berry-lang.github.io/",
            "description": "An ultra-lightweight embedded scripting language optimized for microcontrollers.",
            "long_description": "Berry is an ultra-lightweight dynamically typed embedded scripting language. It is designed for lower-performance embedded devices. The Berry interpreter-core's code size is less than 40KiB and can run on less than 4KiB heap (on ARM Cortex M4 CPU, Thumb ISA and ARMCC compiler). The interpreter of Berry includes a one-pass compiler and register-based VM. All the code is written in ANSI C99.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1023
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "python311",
                        "clang-16"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-VariantAnnotation",
            "portdir": "R/R-VariantAnnotation",
            "version": "1.50.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bioconductor.org/packages/VariantAnnotation",
            "description": "Annotation of genetic variants",
            "long_description": "Annotation of genetic variants",
            "active": true,
            "categories": [
                "science",
                "R",
                "bioconductor"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-BiocGenerics",
                        "R-Biobase",
                        "R-S4Vectors",
                        "R-IRanges",
                        "R-MatrixGenerics",
                        "R-XVector",
                        "R-zlibbioc",
                        "R-Rhtslib",
                        "R-Biostrings",
                        "curl",
                        "R-AnnotationDbi",
                        "R-GenomicFeatures",
                        "R-GenomicRanges",
                        "R-Rsamtools",
                        "R-SummarizedExperiment",
                        "R-rtracklayer",
                        "R-BSgenome",
                        "R-CRAN-recommended",
                        "R-GenomeInfoDb",
                        "R-DBI"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-BiocParallel",
                        "R-systemPipeR",
                        "R-SeqArray"
                    ]
                }
            ]
        },
        {
            "name": "py312-autoflake",
            "portdir": "python/py-autoflake",
            "version": "2.3.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/PyCQA/autoflake",
            "description": "Removes unused imports and unused variables",
            "long_description": "Removes unused imports and unused variables",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-hatchling",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312",
                        "py312-pyflakes"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py312-orjson"
                    ]
                }
            ]
        },
        {
            "name": "py312-pyflakes",
            "portdir": "python/py-pyflakes",
            "version": "3.4.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pycqa/pyflakes",
            "description": "Passive checker of Python programs.",
            "long_description": "Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2871
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "py312-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py312-setuptools",
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "pyflakes_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-python-lsp-server",
                        "py312-stem",
                        "py312-autoflake",
                        "py312-flake8",
                        "py312-skyfield"
                    ]
                }
            ]
        },
        {
            "name": "py312-orjson",
            "portdir": "python/py-orjson",
            "version": "3.11.5",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ijl/orjson",
            "description": "orjson is a fast, correct JSON library",
            "long_description": "orjson is a fast, correct JSON library. It benchmarks as the fastest Python library for JSON and is more correct than the standard json library or other third-party libraries. It serializes dataclass, datetime, numpy, and UUID instances natively.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "legacy-support",
                        "cargo",
                        "clang-20",
                        "py312-setuptools-rust",
                        "py312-maturin",
                        "py312-installer",
                        "py312-build",
                        "rust"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "python312"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-autoflake",
                        "py312-isort",
                        "py312-black",
                        "py312-types-ujson",
                        "py312-types-simplejson",
                        "py312-types-pytz",
                        "py312-types-python-dateutil",
                        "py312-mypy"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-discordpy",
                        "py312-maggma"
                    ]
                }
            ]
        },
        {
            "name": "py312-shellingham",
            "portdir": "python/py-shellingham",
            "version": "1.5.4",
            "license": "ISC",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/sarugaku/shellingham",
            "description": "Tool to Detect Surrounding Shell",
            "long_description": "Shellingham detects what shell the current Python executable is running in.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "davidgilman1",
                    "github": "dgilman",
                    "ports_count": 142
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py312-build",
                        "py312-installer",
                        "py312-setuptools",
                        "py312-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python312"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py312-rstcheck",
                        "py312-poetry-plugin-shell"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py312-huggingface_hub",
                        "py312-typer"
                    ]
                }
            ]
        },
        {
            "name": "R-ChemmineDrugs",
            "portdir": "R/R-ChemmineDrugs",
            "version": "1.0.2",
            "license": "Artistic-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bioconductor.org/packages/ChemmineDrugs",
            "description": "DrugBank data set",
            "long_description": "DrugBank data set",
            "active": true,
            "categories": [
                "science",
                "R",
                "bioconductor"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ChemmineR",
                        "R-CRAN-recommended",
                        "R-BiocGenerics",
                        "R-RSQLite"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-BiocStyle",
                        "R-knitcitations"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-ChemmineR"
                    ]
                }
            ]
        },
        {
            "name": "R-ChemmineOB",
            "portdir": "R/R-ChemmineOB",
            "version": "1.42.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/girke-lab/ChemmineOB",
            "description": "R interface to a subset of OpenBabel functionalities",
            "long_description": "R interface to a subset of OpenBabel functionalities",
            "active": true,
            "categories": [
                "science",
                "R",
                "bioconductor"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "pkgconfig",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-BiocGenerics",
                        "R-zlibbioc",
                        "R-CRAN-recommended",
                        "eigen3",
                        "openbabel",
                        "R-BH"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-RUnit",
                        "R-knitr",
                        "R-rmarkdown",
                        "R-BiocManager",
                        "R-BiocStyle",
                        "R-ChemmineR",
                        "R-knitrBootstrap"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-ChemmineR"
                    ]
                }
            ]
        },
        {
            "name": "R-ROSE",
            "portdir": "R/R-ROSE",
            "version": "0.0-4",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=ROSE",
            "description": "Random Over-Sampling Examples",
            "long_description": "Random Over-Sampling Examples",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tree"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-themis"
                    ]
                }
            ]
        },
        {
            "name": "R-RPushbullet",
            "portdir": "R/R-RPushbullet",
            "version": "0.3.4",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://progressr.futureverse.org",
            "description": "R Interface to the Pushbullet messaging service",
            "long_description": "R Interface to the Pushbullet messaging service",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-curl",
                        "R-jsonlite",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-SimDesign",
                        "R-CoTiMA"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-progressr"
                    ]
                }
            ]
        },
        {
            "name": "R-UpSetR",
            "portdir": "R/R-UpSetR",
            "version": "1.4.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hms-dbmi/UpSetR",
            "description": "More scalable alternative to Venn and Euler diagrams for visualizing intersecting sets",
            "long_description": "More scalable alternative to Venn and Euler diagrams for visualizing intersecting sets",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-gridExtra",
                        "R-scales",
                        "R-CRAN-recommended",
                        "R-plyr",
                        "R-ggplot2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-MultiAssayExperiment"
                    ]
                }
            ]
        },
        {
            "name": "R-ada",
            "portdir": "R/R-ada",
            "version": "2.0-5",
            "license": "GPL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=ada",
            "description": "Package for stochastic boosting",
            "long_description": "Package for stochastic boosting",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-pmml"
                    ]
                }
            ]
        },
        {
            "name": "R-amap",
            "portdir": "R/R-amap",
            "version": "0.8-20",
            "license": "GPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=amap",
            "description": "Another Multidimensional Analysis Package",
            "long_description": "Tools for clustering and principal component analysis (with robust methods and parallelized functions).",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "libgcc13",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-Biobase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-pmml"
                    ]
                }
            ]
        },
        {
            "name": "R-arulesCBA",
            "portdir": "R/R-arulesCBA",
            "version": "1.2.7",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mhahsler/arulesCBA",
            "description": "Classification based on association rules",
            "long_description": "Classification based on association rules",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-glmnet",
                        "R-discretization",
                        "R-arules"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-arules"
                    ]
                }
            ]
        },
        {
            "name": "R-arulesViz",
            "portdir": "R/R-arulesViz",
            "version": "1.5.3",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mhahsler/arulesViz",
            "description": "Visualize association rules and frequent item sets",
            "long_description": "Visualize association rules and frequent item sets",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-tidyr",
                        "R-ggplot2",
                        "R-DT",
                        "R-igraph",
                        "R-visNetwork",
                        "R-scatterplot3d",
                        "R-plotly",
                        "R-vcd",
                        "R-seriation",
                        "R-ggraph",
                        "R-arules",
                        "R-CRAN-recommended",
                        "R-tibble",
                        "R-dplyr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-shiny",
                        "R-shinythemes",
                        "R-htmlwidgets",
                        "R-tidygraph",
                        "R-graph",
                        "R-Rgraphviz"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-fdm2id"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-arules"
                    ]
                }
            ]
        },
        {
            "name": "R-discretization",
            "portdir": "R/R-discretization",
            "version": "1.0-1.1",
            "license": "GPL",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=discretization",
            "description": "Data preprocessing, discretization for classification",
            "long_description": "Data preprocessing, discretization for classification",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-arulesCBA"
                    ]
                }
            ]
        },
        {
            "name": "R-fmcsR",
            "portdir": "R/R-fmcsR",
            "version": "1.46.0",
            "license": "Artistic-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/girke-lab/fmcsR",
            "description": "Mismatch-tolerant maximum common substructure searching",
            "long_description": "Mismatch-tolerant maximum common substructure searching",
            "active": true,
            "categories": [
                "science",
                "R",
                "bioconductor"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R",
                        "grep"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-RUnit",
                        "R-BiocGenerics",
                        "R-ChemmineR"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown",
                        "R-BiocStyle",
                        "R-knitcitations",
                        "R-knitrBootstrap"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-ChemmineR"
                    ]
                }
            ]
        },
        {
            "name": "R-gtExtras",
            "portdir": "R/R-gtExtras",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jthomasmock.github.io/gtExtras",
            "description": "Extending R-gt for beautiful HTML tables",
            "long_description": "Extending R-gt for beautiful HTML tables",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-htmltools",
                        "R-commonmark",
                        "R-fontawesome",
                        "R-ggplot2",
                        "R-knitr",
                        "R-scales",
                        "R-gt",
                        "R-paletteer",
                        "R-CRAN-recommended",
                        "R-cli",
                        "R-dplyr",
                        "R-rlang"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-svglite",
                        "R-base64enc",
                        "R-fs",
                        "R-magrittr",
                        "R-xml2",
                        "R-stringr",
                        "R-tibble",
                        "R-hms",
                        "R-tidyr",
                        "R-tidyselect",
                        "R-sass",
                        "R-testthat",
                        "R-rvest",
                        "R-covr",
                        "R-bitops"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-modelsummary"
                    ]
                }
            ]
        },
        {
            "name": "R-knitrBootstrap",
            "portdir": "R/R-knitrBootstrap",
            "version": "1.0.3",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jimhester/knitrBootstrap",
            "description": "R-knitr bootstrap framework",
            "long_description": "R-knitr bootstrap framework",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-rmarkdown",
                        "R-markdown",
                        "R-knitr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-roxygen2",
                        "R-maps",
                        "R-corrplot",
                        "R-mapproj",
                        "R-maptools",
                        "R-xtable",
                        "R-plyr",
                        "R-reshape2",
                        "R-ggplot2",
                        "R-testthat",
                        "R-igraph"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-ChemmineR",
                        "R-ChemmineOB",
                        "R-fmcsR"
                    ]
                }
            ]
        },
        {
            "name": "R-mrfDepth",
            "portdir": "R/R-mrfDepth",
            "version": "1.0.17",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=mrfDepth",
            "description": "Depth measures in multivariate, regression and functional settings",
            "long_description": "Tools to compute depth measures and implementations of related tasks such as outlier detection, data exploration and classification of multivariate, regression and functional data.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-RcppEigen",
                        "R-abind",
                        "R-matrixStats",
                        "R-reshape2",
                        "R-ggplot2",
                        "R-geometry",
                        "R-CRAN-recommended",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-robustbase"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-rospca"
                    ]
                }
            ]
        },
        {
            "name": "R-neighbr",
            "portdir": "R/R-neighbr",
            "version": "1.0.3",
            "license": "GPL-2.1+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=neighbr",
            "description": "Classification, regression, clustering with k-nearest neighbors",
            "long_description": "Classification, regression, clustering with k-nearest neighbors",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-mlbench",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-pmml"
                    ]
                }
            ]
        },
        {
            "name": "R-pmml",
            "portdir": "R/R-pmml",
            "version": "2.5.2",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://open-source.softwareag.com/r-pmml",
            "description": "Generate PMML for various models",
            "long_description": "Generate PMML for various models",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-XML",
                        "R-CRAN-recommended",
                        "R-stringr"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr",
                        "R-forecast",
                        "R-randomForest",
                        "R-kernlab",
                        "R-caret",
                        "R-gbm",
                        "R-glmnet",
                        "R-xgboost",
                        "R-arules",
                        "R-rattle",
                        "R-ada",
                        "R-amap",
                        "R-neighbr",
                        "R-clue",
                        "R-data.table",
                        "R-e1071",
                        "R-tibble",
                        "R-knitr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-arules",
                        "R-partykit"
                    ]
                }
            ]
        },
        {
            "name": "R-rcartocolor",
            "portdir": "R/R-rcartocolor",
            "version": "2.1.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rcartocolor",
            "description": "CARTOColors palettes",
            "long_description": "CARTOColors palettes",
            "active": true,
            "categories": [
                "graphics",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-ggplot2",
                        "R-scales"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-covr",
                        "R-vdiffr",
                        "R-spData",
                        "R-sf"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-colorspace"
                    ]
                }
            ]
        },
        {
            "name": "R-rospca",
            "portdir": "R/R-rospca",
            "version": "1.1.0",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=rospca",
            "description": "Robust Sparse PCA using the ROSPCA Algorithm",
            "long_description": "Robust Sparse PCA using the ROSPCA Algorithm",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-robustbase",
                        "R-pcaPP",
                        "R-rrcov",
                        "R-elasticnet",
                        "R-mvtnorm",
                        "R-CRAN-recommended",
                        "R-mrfDepth",
                        "R-rrcovHD",
                        "R-pracma"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-cellWise"
                    ]
                }
            ]
        },
        {
            "name": "R-subselect",
            "portdir": "R/R-subselect",
            "version": "0.15.5",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=subselect",
            "description": "Selection of variable subsets",
            "long_description": "Selection of variable subsets",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [
                "clang10",
                "clang11",
                "clang12",
                "clang13",
                "clang14",
                "clang15",
                "clang16",
                "clang50",
                "clang60",
                "clang70",
                "clang80",
                "clang90",
                "clangdevel",
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel",
                "gfortran"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "gcc13",
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "libgcc",
                        "R-corpcor",
                        "R-ISwR"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-caret"
                    ]
                }
            ]
        },
        {
            "name": "R-superpc",
            "portdir": "R/R-superpc",
            "version": "1.12",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jedazard/superpc",
            "description": "Supervised Principal Components",
            "long_description": "Supervised Principal Components",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-caret"
                    ]
                }
            ]
        },
        {
            "name": "R-themis",
            "portdir": "R/R-themis",
            "version": "1.0.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://themis.tidymodels.org",
            "description": "Extra recipes steps for dealing with unbalanced data",
            "long_description": "Extra recipes steps for dealing with unbalanced data",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-glue",
                        "R-lifecycle",
                        "R-vctrs",
                        "R-tibble",
                        "R-withr",
                        "R-dplyr",
                        "R-generics",
                        "R-purrr",
                        "R-gower",
                        "R-hardhat",
                        "R-recipes",
                        "R-CRAN-recommended",
                        "R-ROSE",
                        "R-RANN",
                        "R-rlang"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggplot2",
                        "R-testthat",
                        "R-covr",
                        "R-modeldata",
                        "R-dials"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-caret"
                    ]
                }
            ]
        },
        {
            "name": "R-tinysnapshot",
            "portdir": "R/R-tinysnapshot",
            "version": "0.0.6",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/vincentarelbundock/tinysnapshot",
            "description": "Snapshots for unit tests using the R-tinytest framework",
            "long_description": "Snapshots for unit tests using the R-tinytest framework",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-magick",
                        "R-CRAN-recommended",
                        "R-diffobj",
                        "R-tinytest"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggplot2",
                        "R-ragg",
                        "R-svglite",
                        "R-fontquiver",
                        "R-rsvg"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-modelsummary",
                        "R-tinytable",
                        "R-khroma",
                        "R-dimensio"
                    ]
                }
            ]
        },
        {
            "name": "R-wesanderson",
            "portdir": "R/R-wesanderson",
            "version": "0.3.7",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=wesanderson",
            "description": "Wes Anderson palette generator",
            "long_description": "Wes Anderson palette generator",
            "active": true,
            "categories": [
                "graphics",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggplot2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-modelsummary",
                        "R-colorspace"
                    ]
                }
            ]
        },
        {
            "name": "lua-fennel-docs",
            "portdir": "lua/lua-fennel",
            "version": "1.3.1-1",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://fennel-lang.org/",
            "description": "a lisp that compiles to Lua",
            "long_description": "Fennel is a lisp that compiles to Lua.",
            "active": true,
            "categories": [
                "lang",
                "lua"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "lua53-luarocks",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "lua51-fennel",
                        "lua52-fennel",
                        "lua53-fennel",
                        "lua54-fennel"
                    ]
                }
            ]
        },
        {
            "name": "stanc3",
            "portdir": "math/stanc3",
            "version": "2.35.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://mc-stan.org/stanc3/stanc",
            "description": "New compiler for Stan, written in OCaml",
            "long_description": "New compiler for Stan, written in OCaml",
            "active": true,
            "categories": [
                "lang",
                "math",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-menhir",
                        "ocaml-ppx_deriving",
                        "ocaml-yojson",
                        "python311",
                        "ocaml-fmt",
                        "ocaml-core",
                        "ocaml-core_kernel",
                        "ocaml",
                        "ocaml-findlib"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "ocaml-bisect_ppx",
                        "ocaml-patdiff",
                        "ocaml-merlin",
                        "ocaml-ocamlformat",
                        "ocaml-ocp-indent",
                        "ocaml-utop"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-dune-build-info",
            "portdir": "ocaml/ocaml-dune",
            "version": "3.16.0",
            "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": 83
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ocamlformat-lib"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-xdg",
            "portdir": "ocaml/ocaml-dune",
            "version": "3.16.0",
            "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": 83
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-utop"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-either",
            "portdir": "ocaml/ocaml-either",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mirage/either",
            "description": "Compatibility Either module",
            "long_description": "Compatibility Either module",
            "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-ocamlformat-lib"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-expect_test_helpers_kernel",
            "portdir": "ocaml/ocaml-expect_test_helpers_kernel",
            "version": "0.13.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/janestreet/expect_test_helpers_kernel",
            "description": "Helpers for writing expectation tests",
            "long_description": "Helpers for writing expectation tests",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-findlib",
                        "ocaml-stdio",
                        "ocaml-re",
                        "ocaml",
                        "ocaml-base_quickcheck",
                        "ocaml-core_kernel",
                        "ocaml-ppx_jane",
                        "ocaml-sexp_pretty",
                        "ocaml-base"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ocaml-fpath",
            "portdir": "ocaml/ocaml-fpath",
            "version": "0.7.3",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dbuenzli/fpath",
            "description": "File system paths for OCaml",
            "long_description": "File system paths for OCaml",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-ocamlbuild",
                        "ocaml-topkg",
                        "opam",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-findlib",
                        "ocaml-astring",
                        "ocaml"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-bos",
                        "ocaml-ocamlformat-lib"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-js_of_ocaml",
            "portdir": "ocaml/ocaml-js_of_ocaml",
            "version": "5.9.1",
            "license": "(GPL-2+ or LGPL-2.1+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocsigen/js_of_ocaml",
            "description": "Compiler from OCaml bytecode to JavaScript",
            "long_description": "Compiler from OCaml bytecode to JavaScript",
            "active": true,
            "categories": [
                "devel",
                "lang",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-ppxlib",
                        "ocaml-js_of_ocaml-compiler"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-logs"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-js_of_ocaml-compiler",
            "portdir": "ocaml/ocaml-js_of_ocaml",
            "version": "5.9.1",
            "license": "(GPL-2+ or LGPL-2.1+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocsigen/js_of_ocaml",
            "description": "Compiler from OCaml bytecode to JavaScript",
            "long_description": "Compiler from OCaml bytecode to JavaScript",
            "active": true,
            "categories": [
                "devel",
                "lang",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-menhir",
                        "ocaml-menhirLib",
                        "ocaml-menhirSdk",
                        "ocaml",
                        "ocaml-yojson",
                        "ocaml-ppxlib",
                        "ocaml-cmdliner",
                        "ocaml-sedlex",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-js_of_ocaml"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-lambda-term",
            "portdir": "ocaml/ocaml-lambda-term",
            "version": "3.3.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-community/lambda-term",
            "description": "Cross-platform library for manipulating the terminal",
            "long_description": "Lambda-Term is a cross-platform library for manipulating the terminal. It provides an abstraction for keys, mouse events, colors, as well as a set of widgets to write curses-like applications.",
            "active": true,
            "categories": [
                "devel",
                "editors",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-lwt",
                        "ocaml-lwt_react",
                        "ocaml-react",
                        "ocaml",
                        "ocaml-mew_vi",
                        "ocaml-zed",
                        "ocaml-logs",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-utop"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-logs",
            "portdir": "ocaml/ocaml-logs",
            "version": "0.7.0",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://erratique.ch/software/logs",
            "description": "Logging infrastructure for OCaml",
            "long_description": "Logging infrastructure for OCaml",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-ocamlbuild",
                        "ocaml-topkg",
                        "opam",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-fmt",
                        "ocaml",
                        "ocaml-js_of_ocaml",
                        "ocaml-findlib",
                        "ocaml-lwt",
                        "ocaml-cmdliner"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-bos",
                        "ocaml-lambda-term",
                        "ocaml-utop"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-merlin",
            "portdir": "ocaml/ocaml-merlin",
            "version": "4.14-414",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/merlin",
            "description": "Editor helper, provides completion, typing and source browsing in Vim and Emacs",
            "long_description": "Editor helper, provides completion, typing and source browsing in Vim and Emacs",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-yojson",
                        "ocaml-dot-merlin-reader"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "stanc3"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-dot-merlin-reader",
            "portdir": "ocaml/ocaml-merlin",
            "version": "4.14-414",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/merlin",
            "description": "Reads config files for merlin",
            "long_description": "Editor helper, provides completion, typing and source browsing in Vim and Emacs",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-merlin-lib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-merlin"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-merlin-lib",
            "portdir": "ocaml/ocaml-merlin",
            "version": "4.14-414",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml/merlin",
            "description": "Editor helper, provides completion, typing and source browsing in Vim and Emacs",
            "long_description": "Editor helper, provides completion, typing and source browsing in Vim and Emacs",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-findlib",
                        "ocaml-menhir",
                        "ocaml",
                        "ocaml-menhirSdk",
                        "ocaml-menhirLib",
                        "ocaml-csexp"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-dot-merlin-reader"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-mew",
            "portdir": "ocaml/ocaml-mew",
            "version": "0.1.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kandu/mew",
            "description": "Modal editing witch",
            "long_description": "Modal editing witch",
            "active": true,
            "categories": [
                "textproc",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-result",
                        "ocaml-trie"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-mew_vi"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-mew_vi",
            "portdir": "ocaml/ocaml-mew_vi",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kandu/mew_vi",
            "description": "Modal editing witch, VI interpreter",
            "long_description": "Modal editing witch, VI interpreter",
            "active": true,
            "categories": [
                "textproc",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-react",
                        "ocaml-mew"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-lambda-term"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ocaml-version",
            "portdir": "ocaml/ocaml-ocaml-version",
            "version": "3.6.2",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocurrent/ocaml-version",
            "description": "Manipulate, parse and generate OCaml compiler version strings",
            "long_description": "Manipulate, parse and generate OCaml compiler version strings",
            "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-ocamlformat-lib"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ocamlformat",
            "portdir": "ocaml/ocaml-ocamlformat",
            "version": "0.27.0",
            "license": "(LGPL-2.1 or MIT)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-ppx/ocamlformat",
            "description": "Auto-formatter for OCaml code",
            "long_description": "Auto-formatter for OCaml code",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-re",
                        "ocaml",
                        "ocaml-ocamlformat-lib",
                        "ocaml-cmdliner",
                        "ocaml-findlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "geneweb"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "stanc3"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ocamlformat-lib",
            "portdir": "ocaml/ocaml-ocamlformat",
            "version": "0.27.0",
            "license": "(LGPL-2.1 or MIT)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ocaml-ppx/ocamlformat",
            "description": "Auto-formatter for OCaml code",
            "long_description": "Auto-formatter for OCaml code",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-csexp",
                        "ocaml-findlib",
                        "ocaml-fix",
                        "ocaml-menhir",
                        "ocaml-menhirLib",
                        "ocaml-menhirSdk",
                        "ocaml-result",
                        "ocaml-stdio",
                        "ocaml",
                        "ocaml-astring",
                        "ocaml-uutf",
                        "ocaml-dune-build-info",
                        "ocaml-either",
                        "ocaml-fpath",
                        "ocaml-ocaml-version",
                        "ocaml-ocp-indent",
                        "ocaml-uuseg",
                        "ocaml-camlp-streams",
                        "ocaml-base"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ocamlformat"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-ocp-indent",
            "portdir": "ocaml/ocaml-ocp-indent",
            "version": "1.8.2",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/OCamlPro/ocp-indent",
            "description": "Simple tool to indent OCaml programs",
            "long_description": "Simple tool to indent OCaml programs",
            "active": true,
            "categories": [
                "devel",
                "ocaml"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ocaml-dune",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "ocaml",
                        "ocaml-findlib",
                        "ocaml-cmdliner"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "ocaml-ocamlformat-lib"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "stanc3"
                    ]
                }
            ]
        },
        {
            "name": "ocaml-trie",
            "portdir": "ocaml/ocaml-trie",
            "version": "1.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kandu/trie",
            "description": "Strict impure trie tree",
            "long_description": "Strict impure trie tree",
            "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-mew"
                    ]
                }
            ]
        }
    ]
}