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

{
    "count": 50783,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=963",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=961",
    "results": [
        {
            "name": "R-ulid",
            "portdir": "R/R-ulid",
            "version": "0.4.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eddelbuettel/ulid",
            "description": "Generate universally unique lexicographically sortable identifiers",
            "long_description": "Generate universally unique lexicographically sortable identifiers",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-Rcpp",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tinytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-rotor"
                    ]
                }
            ]
        },
        {
            "name": "R-umap",
            "portdir": "R/R-umap",
            "version": "0.2.10.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tkonopka/umap",
            "description": "Uniform manifold approximation and projection",
            "long_description": "Uniform manifold approximation and projection",
            "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-reticulate",
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-RSpectra",
                        "R-openssl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-KODAMA"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-seriation"
                    ]
                }
            ]
        },
        {
            "name": "R-umx",
            "portdir": "R/R-umx",
            "version": "4.21.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/tbates/umx",
            "description": "Structural equation modelling and twin modelling",
            "long_description": "Structural equation modelling and twin modelling in R.",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-ggplot2",
                        "R-knitr",
                        "R-scales",
                        "R-lavaan",
                        "R-rmarkdown",
                        "R-gert",
                        "R-openxlsx",
                        "R-R2HTML",
                        "R-RCurl",
                        "R-psych",
                        "R-cowplot",
                        "R-DiagrammeR",
                        "R-polycor",
                        "R-kableExtra",
                        "R-psychTools",
                        "R-pwr",
                        "R-MuMIn",
                        "R-hrbrthemes",
                        "R-OpenMx",
                        "R-CRAN-recommended",
                        "R-paran",
                        "R-xtable",
                        "R-mvtnorm"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-devtools",
                        "R-spelling",
                        "R-GPArotation",
                        "R-rhub",
                        "R-rsvg",
                        "R-cocor"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-OpenMx",
                        "R-tidySEM"
                    ]
                }
            ]
        },
        {
            "name": "run",
            "portdir": "devel/run",
            "version": "0.3.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://run.esubalew.et/",
            "description": "Universal multi-language runner and smart REPL written in Rust.",
            "long_description": "run is a universal multi-language runner and smart REPL (Read-Eval-Print Loop) written in Rust. It provides a unified interface for executing code across 25 programming languages without the hassle of managing multiple compilers, interpreters, or build tools. Whether you're a beginner learning your first programming language or an experienced polyglot developer, run streamlines your workflow by providing consistent commands and behavior across all supported languages.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rune",
            "portdir": "lang/rune",
            "version": "0.13.4",
            "license": "(Apache-2 or MIT)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rune-rs/rune",
            "description": "An embeddable dynamic programming language for Rust.",
            "long_description": "An embeddable dynamic programming language for Rust.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "runge-kutta-fortran",
            "portdir": "fortran/runge-kutta-fortran",
            "version": "1.0.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/jacobwilliams/rklib",
            "description": "Fixed and variable-step Runge–Kutta solvers in modern Fortran",
            "long_description": "Fixed and variable-step Runge–Kutta solvers in modern Fortran",
            "active": true,
            "categories": [
                "math",
                "fortran"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gccdevel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "fpm",
                        "clang-16",
                        "gcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-Unicode",
            "portdir": "R/R-Unicode",
            "version": "15.1.0-1",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=Unicode",
            "description": "Unicode data and utilities",
            "long_description": "Data from Unicode 15.1.0 and related utilities.",
            "active": true,
            "categories": [
                "textproc",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-uniformly",
            "portdir": "R/R-uniformly",
            "version": "0.5.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=uniformly",
            "description": "Uniform sampling",
            "long_description": "Uniform sampling on various geometric shapes, such as spheres, ellipsoids, simplices.",
            "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-pgnorm",
                        "R-CRAN-recommended",
                        "R-abind",
                        "R-rgl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown",
                        "R-scatterplot3d",
                        "R-geometry",
                        "R-misc3d"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-PlaneGeometry",
                        "R-thames"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-AlphaHull3D",
                        "R-RCDT",
                        "R-gyro",
                        "R-tessellation"
                    ]
                }
            ]
        },
        {
            "name": "runit",
            "portdir": "sysutils/runit",
            "version": "2.1.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://smarden.org/runit/",
            "description": "collection of tools for managing UNIX services",
            "long_description": "runit is a cross-platform Unix init scheme with service supervision, fashioned after daemontools. It includes tools for starting, restarting, stopping, monitoring and logging any services that you might wish to run.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-unitizer",
            "portdir": "R/R-unitizer",
            "version": "1.4.21",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=unitizer",
            "description": "Interactive R unit tests",
            "long_description": "Interactive R unit tests",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [
                {
                    "name": "vital.had",
                    "github": "barracuda156",
                    "ports_count": 2571
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-crayon",
                        "R-diffobj"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-fansi"
                    ]
                }
            ]
        },
        {
            "name": "R-unitquantreg",
            "portdir": "R/R-unitquantreg",
            "version": "0.0.6",
            "license": "Apache-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://andrmenezes.github.io/unitquantreg",
            "description": "Parametric quantile regression models for bounded data",
            "long_description": "Parametric quantile regression models for bounded data",
            "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-Formula",
                        "R-quantreg",
                        "R-optimx",
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-numDeriv"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggplot2",
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-covr",
                        "R-lmtest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-units",
            "portdir": "R/R-units",
            "version": "0.8-5",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://r-quantities.github.io/units",
            "description": "Measurement units for R vectors",
            "long_description": "Measurement units for R vectors",
            "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-Rcpp",
                        "R-CRAN-recommended",
                        "expat",
                        "udunits2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-vdiffr",
                        "R-NISTunits",
                        "R-measurements",
                        "R-magrittr",
                        "R-xml2",
                        "R-vctrs",
                        "R-pillar",
                        "R-dplyr",
                        "R-ggplot2"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-hosm",
                        "R-Rdistance",
                        "R-stars",
                        "R-quantities",
                        "R-fude",
                        "R-sf",
                        "R-lwgeom",
                        "R-sfnetworks",
                        "R-spdep"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tsbox",
                        "R-classInt",
                        "R-constants",
                        "R-aorsf",
                        "R-tidylog",
                        "R-cubble",
                        "R-pillar"
                    ]
                }
            ]
        },
        {
            "name": "R-unittest",
            "portdir": "R/R-unittest",
            "version": "1.7-0",
            "license": "GPL-3+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ravingmantis/unittest",
            "description": "TAP-compliant unit testing",
            "long_description": "TAP-compliant unit testing",
            "active": true,
            "categories": [
                "devel",
                "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-knitr",
                        "R-rmarkdown"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-univariateML",
            "portdir": "R/R-univariateML",
            "version": "1.1.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jonasmoss.github.io/univariateML",
            "description": "Maximum likelihood estimation for univariate densities",
            "long_description": "Maximum likelihood estimation for univariate densities",
            "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-extraDistr",
                        "R-fGarch",
                        "R-actuar",
                        "R-logitnorm",
                        "R-nakagami",
                        "R-CRAN-recommended",
                        "R-assertthat",
                        "R-tibble"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-dplyr",
                        "R-knitr",
                        "R-testthat",
                        "R-markdown",
                        "R-rmarkdown",
                        "R-covr",
                        "R-copula"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-kdensity",
                        "R-svines"
                    ]
                }
            ]
        },
        {
            "name": "R-universals",
            "portdir": "R/R-universals",
            "version": "0.0.5.9000",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://poissonconsulting.github.io/universals",
            "description": "S3 generics for Bayesian analyses",
            "long_description": "S3 generics for Bayesian analyses",
            "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-testthat",
                        "R-covr",
                        "R-nlist"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-mcmcr",
                        "R-nlist",
                        "R-term"
                    ]
                }
            ]
        },
        {
            "name": "R-UnivRNG",
            "portdir": "R/R-UnivRNG",
            "version": "1.2.3",
            "license": "(GPL-2 or GPL-3)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=UnivRNG",
            "description": "Univariate Pseudo-Random Number Generation",
            "long_description": "Univariate Pseudo-Random Number Generation",
            "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": []
        },
        {
            "name": "R-unix",
            "portdir": "R/R-unix",
            "version": "1.5.9",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=unix",
            "description": "POSIX system utilities",
            "long_description": "POSIX system utilities",
            "active": true,
            "categories": [
                "sysutils",
                "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-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "R-Ryacas",
                        "R-sys"
                    ]
                }
            ]
        },
        {
            "name": "R-unjoin",
            "portdir": "R/R-unjoin",
            "version": "0.1.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/hypertidy/unjoin",
            "description": "Separate a data frame by normalization",
            "long_description": "Separate a data frame by normalization",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-dplyr",
                        "R-CRAN-recommended",
                        "R-rlang",
                        "R-tibble"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-tidyr",
                        "R-testthat",
                        "R-covr",
                        "R-spelling",
                        "R-gapminder"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-silicate"
                    ]
                }
            ]
        },
        {
            "name": "R-unmarked",
            "portdir": "R/R-unmarked",
            "version": "1.4.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rbchan.github.io/unmarked",
            "description": "Models for data from unmarked animals",
            "long_description": "Models for data from unmarked animals",
            "active": true,
            "categories": [
                "science",
                "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-RcppEigen",
                        "R-lme4",
                        "R-TMB",
                        "libgcc13",
                        "R-CRAN-recommended",
                        "libgcc",
                        "R-Rcpp",
                        "R-RcppArmadillo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-shiny",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-pbapply",
                        "R-raster",
                        "R-terra"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-AICcmodavg"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-MuMIn",
                        "R-hmmTMB"
                    ]
                }
            ]
        },
        {
            "name": "R-UNPaC",
            "portdir": "R/R-UNPaC",
            "version": "1.1.1",
            "license": "GPL-2+",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=UNPaC",
            "description": "Non-parametric cluster significance testing with reference to a unimodal null distribution",
            "long_description": "Non-parametric cluster significance testing with reference to a unimodal null distribution",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-PDSCE",
                        "R-CRAN-recommended",
                        "R-huge"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-unrtf",
            "portdir": "R/R-unrtf",
            "version": "1.4.7",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.ropensci.org/unrtf",
            "description": "Extract text from Rich Text Format (RTF) documents",
            "long_description": "Extract text from Rich Text Format (RTF) documents",
            "active": true,
            "categories": [
                "science",
                "office",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "R",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-sys",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-UPG",
            "portdir": "R/R-UPG",
            "version": "0.3.4",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=UPG",
            "description": "Efficient Bayesian algorithms for binary and categorical data regression models",
            "long_description": "Efficient Bayesian algorithms for binary and categorical data regression models",
            "active": true,
            "categories": [
                "science",
                "math",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-truncnorm",
                        "R-matrixStats",
                        "R-reshape2",
                        "R-ggplot2",
                        "R-mnormt",
                        "R-pgdraw",
                        "R-CRAN-recommended",
                        "R-knitr",
                        "R-coda"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ruplacer",
            "portdir": "textproc/ruplacer",
            "version": "0.10.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dmerejkowsky/ruplacer",
            "description": "Find and replace text in source files.",
            "long_description": "Find and replace text in source files.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "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-urca",
            "portdir": "R/R-urca",
            "version": "1.3-4",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=urca",
            "description": "Unit root and cointegration tests for time series data",
            "long_description": "Unit root and cointegration tests for time series data",
            "active": true,
            "categories": [
                "science",
                "math",
                "finance",
                "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": [
                        "R",
                        "clang-16",
                        "gcc13"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "R-CRAN-recommended"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-memochange",
                        "R-bootCT",
                        "R-forecast",
                        "R-tsfeatures",
                        "R-vars",
                        "R-seer",
                        "R-bootUR",
                        "R-fUnitRoots",
                        "R-tsDyn"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-plm",
                        "R-FinTS",
                        "R-fracdiff",
                        "R-AER",
                        "R-feasts",
                        "R-dynamac"
                    ]
                }
            ]
        },
        {
            "name": "R-urlchecker",
            "portdir": "R/R-urlchecker",
            "version": "1.0.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/r-lib/urlchecker",
            "description": "Run CRAN URL checks from older R versions",
            "long_description": "Run CRAN URL checks from older R versions",
            "active": true,
            "categories": [
                "net",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-curl",
                        "R-xml2",
                        "R-CRAN-recommended",
                        "R-cli"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-covr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-devtools"
                    ]
                }
            ]
        },
        {
            "name": "R-urltools",
            "portdir": "R/R-urltools",
            "version": "1.7.3",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=urltools",
            "description": "Vectorised tools for URL handling and parsing",
            "long_description": "Vectorised tools for URL handling and parsing",
            "active": true,
            "categories": [
                "net",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-CRAN-recommended",
                        "R-Rcpp",
                        "R-triebeard"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-emayili",
                        "R-crul",
                        "R-runonce",
                        "R-vcr",
                        "R-webmockr",
                        "R-handlr",
                        "R-reqres"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-dbx"
                    ]
                }
            ]
        },
        {
            "name": "R-uroot",
            "portdir": "R/R-uroot",
            "version": "2.1-3",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://geobosh.github.io/uroot",
            "description": "Unit root tests for seasonal time series",
            "long_description": "Unit root tests for seasonal time series",
            "active": true,
            "categories": [
                "science",
                "math",
                "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"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-nnfor"
                    ]
                }
            ]
        },
        {
            "name": "R-usedist",
            "portdir": "R/R-usedist",
            "version": "0.4.0",
            "license": "GPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=usedist",
            "description": "Distance matrix utilities",
            "long_description": "Distance matrix utilities",
            "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-dplyr",
                        "R-tidyr",
                        "R-testthat",
                        "R-tibble"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-usedthese",
            "portdir": "R/R-usedthese",
            "version": "0.5.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cgoo4.github.io/usedthese",
            "description": "Summarises package & function usage",
            "long_description": "Summarises package & function usage",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-lifecycle",
                        "R-stringr",
                        "R-tibble",
                        "R-withr",
                        "R-dplyr",
                        "R-purrr",
                        "R-tidyr",
                        "R-tidyselect",
                        "R-highr",
                        "R-knitr",
                        "R-httr",
                        "R-readr",
                        "R-rvest",
                        "R-conflicted",
                        "R-kableExtra",
                        "R-CRAN-recommended",
                        "R-cli",
                        "R-rlang"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-xts",
                        "R-testthat",
                        "R-tsibble",
                        "R-rmarkdown",
                        "R-covr",
                        "R-spelling"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-usefun",
            "portdir": "R/R-usefun",
            "version": "0.5.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/bblodfon/usefun",
            "description": "Collection of some useful functions",
            "long_description": "Collection of some useful functions",
            "active": true,
            "categories": [
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-dplyr",
                        "R-PRROC",
                        "R-CRAN-recommended",
                        "R-precrec",
                        "R-tibble",
                        "R-checkmate"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-ggplot2",
                        "R-testthat",
                        "R-readr",
                        "R-covr",
                        "R-combinat",
                        "R-mlr3misc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-usemodels",
            "portdir": "R/R-usemodels",
            "version": "0.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://usemodels.tidymodels.org",
            "description": "Make code snippets to fit models using the tidymodels framework",
            "long_description": "Make code snippets to fit models using the tidymodels framework",
            "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-clipr",
                        "R-dplyr",
                        "R-purrr",
                        "R-tidyr",
                        "R-recipes",
                        "R-tune",
                        "R-CRAN-recommended",
                        "R-cli",
                        "R-rlang"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-testthat",
                        "R-covr",
                        "R-spelling",
                        "R-modeldata"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-usethis",
            "portdir": "R/R-usethis",
            "version": "3.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://usethis.r-lib.org",
            "description": "Automate package and project setup",
            "long_description": "Automate package and project setup",
            "active": true,
            "categories": [
                "devel",
                "science",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-fs",
                        "R-jsonlite",
                        "R-rlang",
                        "R-crayon",
                        "R-desc",
                        "R-glue",
                        "R-lifecycle",
                        "R-rprojroot",
                        "R-withr",
                        "R-clipr",
                        "R-purrr",
                        "R-yaml",
                        "R-rappdirs",
                        "R-gert",
                        "R-gh",
                        "R-rstudioapi",
                        "R-whisker",
                        "R-CRAN-recommended",
                        "R-cli",
                        "R-curl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-knitr",
                        "R-pkgload",
                        "R-testthat",
                        "R-rmarkdown",
                        "R-roxygen2",
                        "R-covr",
                        "R-spelling",
                        "R-styler",
                        "R-magick"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "R-dockerfiler",
                        "R-biocthis",
                        "R-fusen",
                        "R-badger",
                        "R-exampletestr",
                        "R-IRTest",
                        "R-bootCT",
                        "R-devtools",
                        "R-packer",
                        "R-oeli",
                        "R-googleAnalyticsR"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-rstantools",
                        "R-duckplyr",
                        "R-altdoc",
                        "R-rlang",
                        "R-GDPuc",
                        "R-stringfish",
                        "R-zebu",
                        "R-mockr",
                        "R-golem",
                        "R-caretEnsemble",
                        "R-reactR",
                        "R-testthat",
                        "R-BiocCheck",
                        "R-pkgload",
                        "R-googleAuthR",
                        "R-googleCloudStorageR",
                        "R-mvgam",
                        "R-drake",
                        "R-targets",
                        "R-hardhat",
                        "R-vembedr",
                        "R-hopit"
                    ]
                }
            ]
        },
        {
            "name": "rush",
            "portdir": "sysutils/rush",
            "version": "0.8.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/shenwei356/rush",
            "description": "A cross-platform command-line tool for executing jobs in parallel",
            "long_description": "rush is a tool similar to GNU parallel and gargs. rush borrows some idea from them and has some unique features, e.g., supporting custom defined variables, resuming multi-line commands, more advanced embeded replacement strings.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rust",
            "portdir": "lang/rust",
            "version": "1.93.1",
            "license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
            "platforms": "{darwin >= 9}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.rust-lang.org",
            "description": "A safe, concurrent, practical language",
            "long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "mirror_all_architectures"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "cmake",
                        "legacy-support",
                        "ninja",
                        "pkgconfig",
                        "python313"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "libgit2",
                        "libunwind",
                        "curl",
                        "libiconv",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "display-switch",
                        "wezterm",
                        "binwalk",
                        "cargo",
                        "py314-orjson",
                        "sequoia-keystore",
                        "py314-dulwich",
                        "kibi",
                        "py314-cryptography",
                        "py314-pydantic_core",
                        "run",
                        "py313-cryptg",
                        "prek",
                        "py314-bcrypt",
                        "macdisp",
                        "py314-jellyfish",
                        "rustup",
                        "ruby40",
                        "weathr",
                        "alacritty",
                        "cargo-c",
                        "git-interactive-rebase-tool",
                        "mesalink",
                        "racer",
                        "rust-analyzer",
                        "shellharden",
                        "stgit",
                        "tokei",
                        "wrangler",
                        "amp",
                        "ox",
                        "whitebox-tools",
                        "libopenraw",
                        "librsvg",
                        "pastel",
                        "pngquant",
                        "t-rec",
                        "alan",
                        "gleam",
                        "himalaya",
                        "rav1e",
                        "bandwhich",
                        "cjdns",
                        "dog",
                        "ffsend",
                        "gping",
                        "miniserve",
                        "newsboat",
                        "rustscan",
                        "teleport",
                        "websocat",
                        "xh",
                        "dijo",
                        "taskwarrior-tui",
                        "py35-bcrypt",
                        "py36-bcrypt",
                        "py37-bcrypt",
                        "py38-bcrypt",
                        "py39-bcrypt",
                        "py36-cryptography",
                        "py37-cryptography",
                        "py38-cryptography",
                        "py39-cryptography",
                        "py38-dulwich",
                        "py39-dulwich",
                        "py37-jellyfish",
                        "py38-jellyfish",
                        "py39-jellyfish",
                        "py-tokenizers",
                        "py37-tokenizers",
                        "py38-tokenizers",
                        "py39-tokenizers",
                        "sequoia-pgp",
                        "fish",
                        "asciinema",
                        "broot",
                        "bupstash",
                        "cargo2port",
                        "clamav",
                        "cloudman",
                        "diskonaut",
                        "diskus",
                        "dmux",
                        "dua-cli",
                        "fd",
                        "folderify",
                        "fselect",
                        "hexyl",
                        "hyperfine",
                        "influxdb",
                        "just",
                        "kubie",
                        "lsd",
                        "mask",
                        "mcfly",
                        "nomino",
                        "procs",
                        "skim",
                        "starship",
                        "tealdeer",
                        "topgrade",
                        "watchman",
                        "xplr",
                        "zellij",
                        "zenith",
                        "zoxide",
                        "tectonic",
                        "angle-grinder",
                        "bat",
                        "git-delta",
                        "mdcat",
                        "ripgrep",
                        "ripgrep-all",
                        "sd",
                        "xsv",
                        "blades",
                        "geckodriver",
                        "zola",
                        "sccache",
                        "hackernews-tui",
                        "atuin",
                        "oha",
                        "svgcleaner",
                        "grex",
                        "helix",
                        "nushell",
                        "choose",
                        "dust",
                        "bottom",
                        "git-cinnabar",
                        "monolith",
                        "pqrs",
                        "git-branchless",
                        "joshuto",
                        "kalker",
                        "gitweb",
                        "ned",
                        "ruplacer",
                        "fif",
                        "onefetch",
                        "hck",
                        "stylua",
                        "jwt-cli",
                        "coreutils-uutils",
                        "gitui",
                        "phetch",
                        "fnm",
                        "kdash",
                        "navi",
                        "viddy",
                        "git-cliff",
                        "yj",
                        "code-minimap",
                        "shisho",
                        "tree-sitter-cli",
                        "committed",
                        "drill",
                        "sad",
                        "mdbook",
                        "cargo-generate",
                        "sniffglue",
                        "genact",
                        "hurl",
                        "hgrep",
                        "librsvg-devel",
                        "ouch",
                        "py310-cryptography",
                        "py310-dulwich",
                        "git-absorb",
                        "py310-jellyfish",
                        "dominant_colours",
                        "tre-tree",
                        "rhit",
                        "py310-bcrypt",
                        "backdown",
                        "cargo-asm",
                        "when",
                        "viu",
                        "cbindgen",
                        "wasmtime",
                        "binocle",
                        "cobalt.rs",
                        "t-rex",
                        "jless",
                        "hwatch",
                        "dura",
                        "wasmer",
                        "argc",
                        "igrep",
                        "qsv",
                        "toast",
                        "rust-script",
                        "gfold",
                        "arti",
                        "blake3",
                        "ddh",
                        "difftastic",
                        "bore-cli",
                        "bartib",
                        "wasm-pack",
                        "fclones",
                        "oxipng",
                        "fornjot",
                        "zee",
                        "scout",
                        "cfonts",
                        "py-maturin",
                        "py37-maturin",
                        "py38-maturin",
                        "py39-maturin",
                        "py310-maturin",
                        "py-orjson",
                        "py37-orjson",
                        "py38-orjson",
                        "py39-orjson",
                        "py310-orjson",
                        "tuc",
                        "texlab",
                        "bingrep",
                        "av1an",
                        "rsspls",
                        "replibyte",
                        "hunt",
                        "ares",
                        "dprint",
                        "lychee",
                        "modus",
                        "riff",
                        "cgrc",
                        "rustic",
                        "py310-tokenizers",
                        "rq",
                        "nixpacks",
                        "stork",
                        "meli",
                        "jot",
                        "roapi",
                        "columnq",
                        "lemmeknow",
                        "keysync",
                        "agg",
                        "felix",
                        "jujutsu",
                        "py311-cryptography",
                        "py311-maturin",
                        "garage",
                        "mqttui",
                        "py311-dulwich",
                        "ruby32",
                        "py311-orjson",
                        "hoard-cli",
                        "py311-bcrypt",
                        "kbs2",
                        "jlq",
                        "termusic",
                        "so",
                        "ruff",
                        "eva",
                        "typst",
                        "py311-jellyfish",
                        "py-cryptg",
                        "py38-cryptg",
                        "py39-cryptg",
                        "py310-cryptg",
                        "fastmod",
                        "volta-node",
                        "taizen",
                        "wiki-tui",
                        "halloy",
                        "fend",
                        "sniprun",
                        "py311-cryptg",
                        "killport",
                        "tui-journal",
                        "py311-tokenizers",
                        "py-safetensors",
                        "py38-safetensors",
                        "py39-safetensors",
                        "py310-safetensors",
                        "py311-safetensors",
                        "repgrep",
                        "eza",
                        "pijul-devel",
                        "daktilo",
                        "py312-maturin",
                        "gdrive3",
                        "pueue",
                        "presenterm",
                        "gifski",
                        "libgifski",
                        "py312-orjson",
                        "py312-dulwich",
                        "silicon",
                        "lapce",
                        "py312-cryptography",
                        "gpg-tui",
                        "ascii-gen",
                        "hyfetch",
                        "wgshadertoy",
                        "jaq",
                        "jql",
                        "gql",
                        "ast-grep",
                        "rs-aggregate",
                        "py312-jellyfish",
                        "ruby33",
                        "PineFlash",
                        "tlrc",
                        "py311-tiktoken",
                        "py312-tiktoken",
                        "csvlens",
                        "py312-bcrypt",
                        "py-pydantic_core",
                        "py38-pydantic_core",
                        "py39-pydantic_core",
                        "py310-pydantic_core",
                        "py311-pydantic_core",
                        "py312-pydantic_core",
                        "czkawka",
                        "py37-pydantic_core",
                        "mise",
                        "conserve",
                        "gitoxide",
                        "srgn",
                        "rustpython",
                        "py-rustworkx",
                        "py310-rustworkx",
                        "py311-rustworkx",
                        "py312-rustworkx",
                        "yazi",
                        "kalc",
                        "uv",
                        "vrc-get",
                        "wstunnel",
                        "py312-cryptg",
                        "watchexec",
                        "ata",
                        "veryl",
                        "jnv",
                        "gitu",
                        "rune",
                        "orz",
                        "goku",
                        "tu",
                        "rotz",
                        "clavus",
                        "tiron",
                        "rye",
                        "hex",
                        "neocmakelsp",
                        "termscp",
                        "oxker",
                        "numbat",
                        "amber-lang",
                        "rio",
                        "sig",
                        "flawz",
                        "otree",
                        "envelope",
                        "qrtool",
                        "ferium",
                        "serpl",
                        "lucky-commit",
                        "shadowsocks-rust",
                        "kondo",
                        "aichat",
                        "inferno",
                        "rage",
                        "age-plugin-yubikey",
                        "kty",
                        "dune",
                        "ncmc",
                        "ncmdump",
                        "aq",
                        "elp",
                        "sequoia-sq",
                        "py313-maturin",
                        "py313-dulwich",
                        "py313-cryptography",
                        "neohtop",
                        "dufs",
                        "py313-orjson",
                        "diffr",
                        "rebels-in-the-sky",
                        "sshs",
                        "csview",
                        "macmon",
                        "rpg-cli",
                        "ruby34",
                        "py313-pydantic_core",
                        "py313-bcrypt",
                        "libkrun",
                        "krunkit",
                        "hk",
                        "vivid",
                        "zizmor",
                        "ab-av1",
                        "sequoia-chameleon-gnupg",
                        "jgenesis",
                        "cocogitto",
                        "taplo",
                        "xan",
                        "wiper",
                        "carl",
                        "py313-jellyfish",
                        "mercurial-rustext",
                        "tabiew",
                        "doge",
                        "alcom",
                        "edit",
                        "brush",
                        "idevice_pair",
                        "py314-maturin"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.32-alien-rust",
                        "p5.34-alien-rust",
                        "racer",
                        "p5.28-alien-rust",
                        "p5.30-alien-rust"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py37-setuptools-rust",
                        "py38-setuptools-rust",
                        "py39-setuptools-rust",
                        "py313-setuptools-rust",
                        "py312-setuptools-rust",
                        "cargo-bootstrap",
                        "py311-setuptools-rust",
                        "py310-setuptools-rust",
                        "cargo",
                        "py314-setuptools-rust",
                        "py36-setuptools-rust"
                    ]
                }
            ]
        },
        {
            "name": "rust-analyzer",
            "portdir": "devel/rust-analyzer",
            "version": "20260202",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rust-analyzer.github.io",
            "description": "A Rust compiler frontend providing LSP implementation",
            "long_description": "rust-analyzer is a modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "fabius",
                    "ports_count": 1
                },
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rust-bootstrap",
            "portdir": "lang/rust-bootstrap",
            "version": "1.77.0",
            "license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
            "platforms": "{darwin any >= 16 < 18}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.rust-lang.org",
            "description": "A safe, concurrent, practical language",
            "long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "mirror_all_architectures"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "python312",
                        "cmake",
                        "ninja",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "libiconv",
                        "openssl3",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rust-bootstrap-10.5",
            "portdir": "lang/rust-bootstrap",
            "version": "1.77.0",
            "license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
            "platforms": "{darwin any >= 16 < 18}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.rust-lang.org",
            "description": "A safe, concurrent, practical language",
            "long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "mirror_all_architectures"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "python312",
                        "clang-16",
                        "rust-bootstrap-transition",
                        "pkgconfig",
                        "ninja"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "rust-bootstrap-transition"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openssl3",
                        "libiconv",
                        "curl",
                        "libunwind",
                        "legacy-support"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rust-bootstrap-10.6",
            "portdir": "lang/rust-bootstrap",
            "version": "1.77.0",
            "license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
            "platforms": "{darwin any >= 16 < 18}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.rust-lang.org",
            "description": "A safe, concurrent, practical language",
            "long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "mirror_all_architectures"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "python312",
                        "cmake",
                        "ninja",
                        "pkgconfig",
                        "rust-bootstrap-transition",
                        "clang-16"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "rust-bootstrap-transition"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "legacy-support",
                        "curl",
                        "libiconv",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rust-bootstrap-10.7",
            "portdir": "lang/rust-bootstrap",
            "version": "1.77.0",
            "license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
            "platforms": "{darwin any >= 16 < 18}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.rust-lang.org",
            "description": "A safe, concurrent, practical language",
            "long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "mirror_all_architectures"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "python312",
                        "cmake",
                        "ninja",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "legacy-support",
                        "curl",
                        "libiconv",
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rust-bootstrap-transition",
            "portdir": "lang/rust-bootstrap",
            "version": "1.77.0",
            "license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
            "platforms": "{darwin any >= 16 < 18}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.rust-lang.org",
            "description": "A safe, concurrent, practical language",
            "long_description": "Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of \"programming in the large\", that is, of creating and maintaining boundaries -- both abstract and operational -- that preserve large-system integrity, availability and concurrency.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "mirror_all_architectures"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "python312",
                        "cmake",
                        "ninja",
                        "pkgconfig",
                        "clang-16"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "libiconv",
                        "openssl3",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "rust-bootstrap-10.6",
                        "rust-bootstrap-10.5"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "rust-bootstrap-10.6",
                        "rust-bootstrap-10.5"
                    ]
                }
            ]
        },
        {
            "name": "rust-compiler-wrap",
            "portdir": "lang/rust",
            "version": "1.60.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.rust-lang.org",
            "description": "Wrapped compiler commands for rust",
            "long_description": "Wrapped compiler commands for rust",
            "active": false,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [
                "debug"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-11"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "cctools",
                        "legacy-support",
                        "clang-11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "R-ustfd",
            "portdir": "R/R-ustfd",
            "version": "0.4.4",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://cran.r-project.org/package=ustfd",
            "description": "API client for U.S. Treasury fiscal data",
            "long_description": "API client for U.S. Treasury fiscal data",
            "active": true,
            "categories": [
                "science",
                "www",
                "finance",
                "R"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-16",
                        "R"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "R-stringr",
                        "R-tibble",
                        "R-dplyr",
                        "R-purrr",
                        "R-lubridate",
                        "R-httr",
                        "R-readr",
                        "R-snakecase",
                        "R-CRAN-recommended",
                        "R-rlang",
                        "R-glue"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "R"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "R-jsonlite",
                        "R-testthat"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rustic",
            "portdir": "sysutils/rustic",
            "version": "0.11.0",
            "license": "MIT and Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rustic-rs/rustic",
            "description": "Fast, encrypted, deduplicated backups powered by pure Rust",
            "long_description": "Rustic is a backup tool that provides fast, encrypted, deduplicated backups. It reads and writes the restic repo format desribed in the design document and can therefore be used as a complete replacement for restic.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rust-legacy-bootstrap",
            "portdir": "lang/rust-legacy-bootstrap",
            "version": "20220210",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/catap/rust-legacy-bootstrap",
            "description": "A series of patches which is required to bootstrap rust on legacy systems",
            "long_description": "A series of patches which is required to bootstrap rust on legacy systems",
            "active": false,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "kirill",
                    "github": "catap",
                    "ports_count": 120
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-12"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rustpython",
            "portdir": "lang/rustpython",
            "version": "0.4.0",
            "license": "(MIT or CCBY-4)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rustpython.github.io/",
            "description": "A Python 3 (CPython >= 3.12.0) Interpreter written in Rust",
            "long_description": "A Python 3 (CPython >= 3.12.0) Interpreter written in Rust",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "legacy-support",
                        "rust",
                        "clang-17",
                        "cargo",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rustscan",
            "portdir": "net/rustscan",
            "version": "2.4.1",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RustScan/RustScan",
            "description": "The Modern Port Scanner",
            "long_description": "The Modern Port Scanner. Find ports quickly (3 seconds at its fastest). Run scripts through our scripting engine (Python, Lua, Shell supported).",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-17"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "nmap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rust-script",
            "portdir": "lang/rust-script",
            "version": "0.36.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rust-script.org",
            "description": "Run Rust files and expressions as scripts without any setup or compilation step.",
            "long_description": "Run Rust files and expressions as scripts without any setup or compilation step.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1024
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rust-src",
            "portdir": "lang/rust",
            "version": "1.93.1",
            "license": "(MIT or Apache-2) and BSD and zlib and NCSA and Permissive",
            "platforms": "{darwin >= 9}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.rust-lang.org",
            "description": "Rust source code for the Rust programming language",
            "long_description": "Rust source code for the Rust programming language to trace `panic!` calls.",
            "active": true,
            "categories": [
                "devel",
                "lang"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [
                "mirror_all_architectures"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        null
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rustup",
            "portdir": "devel/rustup",
            "version": "1.28.2",
            "license": "(Apache-2 or MIT)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/rust-lang/rustup",
            "description": "The Rust toolchain installer",
            "long_description": "rustup is the recommended tool to install Rust. It installs Rust from official release channels, enabling you to easily switch between stable, beta, and nightly compilers and keep them updated.",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "stuartwesterman",
                    "github": "stuartwesterman",
                    "ports_count": 2
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "cargo",
                        "legacy-support",
                        "pkgconfig",
                        "rust"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl",
                        "libiconv",
                        "openssl3",
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}