HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 49839,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=90",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=88",
"results": [
{
"name": "R-aws.s3",
"portdir": "R/R-aws.s3",
"version": "0.3.21",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudyr/aws.s3",
"description": "AWS S3 client package",
"long_description": "AWS S3 client package",
"active": true,
"categories": [
"net",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-xml2",
"R-digest",
"R-httr",
"R-CRAN-recommended",
"R-aws.signature",
"R-base64enc",
"R-curl"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-cloudfs"
]
},
{
"type": "test",
"ports": [
"R-memoise"
]
}
]
},
{
"name": "R-aws.ec2metadata",
"portdir": "R/R-aws.ec2metadata",
"version": "0.2.0",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudyr/aws.ec2metadata",
"description": "Get EC2 instance metadata",
"long_description": "Retrieve Amazon EC2 instance metadata from within the running instance.",
"active": true,
"categories": [
"net",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-curl",
"R-jsonlite",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-gargle",
"R-aws.signature"
]
}
]
},
{
"name": "pkcs11-provider",
"portdir": "security/pkcs11-provider",
"version": "1.0",
"license": "Apache-2.0",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/latchset/pkcs11-provider",
"description": "A pkcs#11 provider for OpenSSL 3.0+",
"long_description": "An OpenSSL 3 provider to access Hardware or Software Tokens using the PKCS#11 Cryptographic Token Interface",
"active": true,
"categories": [
"security",
"crypto"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 53
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"gnutls",
"meson",
"ninja",
"pkgconfig",
"nss",
"opensc",
"p11-kit",
"softhsm"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"openssl3"
]
}
],
"depends_on": []
},
{
"name": "abaddon",
"portdir": "net/abaddon",
"version": "0.2.1",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/uowuo/abaddon",
"description": "Alternative Discord client with voice support",
"long_description": "Alternative Discord client with voice support made with C++ and GTK3. The app runs on all systems from PowerPC to aarch64.",
"active": true,
"categories": [
"net",
"www"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"legacy-support",
"libhandy",
"libsodium",
"nlohmann-json",
"spdlog",
"gtk3",
"fontconfig",
"zlib",
"curl",
"gtkmm3",
"openssl3",
"rnnoise",
"mbedtls3",
"libfmt10",
"ixwebsocket",
"macports-libcxx",
"libopus",
"sqlite3"
]
}
],
"depends_on": []
},
{
"name": "libxmlb",
"portdir": "devel/libxmlb",
"version": "0.3.21",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hughsie/libxmlb",
"description": "Library to help create and query binary XML blobs",
"long_description": "Library to help create and query binary XML blobs",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"meson",
"ninja",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"xz",
"zstd",
"glib2",
"gobject-introspection"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"appstream"
]
}
]
},
{
"name": "ocaml-bos",
"portdir": "ocaml/ocaml-bos",
"version": "0.2.1",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://erratique.ch/software/bos",
"description": "Basic OS interaction for OCaml",
"long_description": "Bos provides support for basic and robust interaction with the operating system in OCaml. It has functions to access the process environment, parse command line arguments, interact with the file system and run command line programs.",
"active": true,
"categories": [
"devel",
"ocaml"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 23
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ocaml-ocamlbuild",
"ocaml-topkg",
"opam",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ocaml-astring",
"ocaml",
"ocaml-logs",
"ocaml-fpath",
"ocaml-findlib",
"ocaml-rresult",
"ocaml-fmt"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ocaml-camlp5-buildscripts",
"camlp5"
]
}
]
},
{
"name": "R-tsnet",
"portdir": "R/R-tsnet",
"version": "0.1.0",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bsiepe/tsnet",
"description": "Fitting, comparing and visualizing networks, based on time series data",
"long_description": "Fitting, comparing and visualizing networks, based on time series 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-RcppEigen",
"R-RcppParallel",
"R-StanHeaders",
"R-rlang",
"R-rstantools",
"R-dplyr",
"R-tidyr",
"R-ggplot2",
"R-rstan",
"R-posterior",
"R-ggdist",
"R-cowplot",
"R-CRAN-recommended",
"R-ggokabeito",
"R-BH",
"R-Rcpp"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-textshape",
"portdir": "R/R-textshape",
"version": "1.7.5",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/trinker/textshape",
"description": "Tools for reshaping text",
"long_description": "Tools that can be used to reshape and restructure text data.",
"active": true,
"categories": [
"textproc",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-stringi",
"R-slam",
"R-CRAN-recommended",
"R-data.table"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-sparklyr",
"portdir": "R/R-sparklyr",
"version": "1.8.6",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://spark.posit.co",
"description": "R Interface to Apache Spark",
"long_description": "R Interface to Apache Spark",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-xml2",
"R-DBI",
"R-glue",
"R-vctrs",
"R-withr",
"R-dplyr",
"R-generics",
"R-purrr",
"R-tidyr",
"R-tidyselect",
"R-globals",
"R-dbplyr",
"R-httr",
"R-openssl",
"R-rstudioapi",
"R-uuid",
"R-config",
"R-CRAN-recommended",
"R-jsonlite",
"R-rlang"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-R6",
"R-rprojroot",
"R-reshape2",
"R-diffobj",
"R-ggplot2",
"R-shiny",
"R-testthat",
"R-broom",
"R-iterators",
"R-RCurl",
"R-foreach",
"R-parsnip",
"R-mlbench",
"R-nycflights13",
"R-r2d3",
"R-arrow",
"R-Lahman",
"R-janeaustenr"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-parsnip",
"R-mlflow"
]
}
]
},
{
"name": "R-shinyjqui",
"portdir": "R/R-shinyjqui",
"version": "0.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://yang-tang.github.io/shinyjqui",
"description": "jQuery UI interactions and effects for R-shiny",
"long_description": "jQuery UI interactions and effects for R-shiny",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-htmltools",
"R-shiny",
"R-htmlwidgets",
"R-CRAN-recommended",
"R-jsonlite",
"R-rlang"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-ggplot2",
"R-knitr",
"R-markdown",
"R-rmarkdown",
"R-highcharter",
"R-plotly"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-Factoshiny"
]
},
{
"type": "test",
"ports": [
"R-shinydashboardPlus"
]
}
]
},
{
"name": "R-missMDA",
"portdir": "R/R-missMDA",
"version": "1.19",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://factominer.free.fr/missMDA/index.html",
"description": "Handling of missing values with multivariate data analysis",
"long_description": "Handling of missing values with multivariate data analysis",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-doParallel",
"R-foreach",
"R-mice",
"R-FactoMineR",
"R-CRAN-recommended",
"R-mvtnorm",
"R-ggplot2"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-markdown"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-Factoshiny"
]
},
{
"type": "test",
"ports": [
"R-FactoMineR"
]
}
]
},
{
"name": "R-labelr",
"portdir": "R/R-labelr",
"version": "0.1.9",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rhartmano/labelr",
"description": "Label data frames, variables and values",
"long_description": "Label data frames, variables and values",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-ggplot2",
"R-knitr",
"R-rmarkdown",
"R-haven",
"R-modelr",
"R-car",
"R-nycflights13",
"R-collapse",
"R-tibble",
"R-dplyr"
]
}
],
"depends_on": []
},
{
"name": "R-ggalt",
"portdir": "R/R-ggalt",
"version": "0.4.0",
"license": "AGPL",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hrbrmstr/ggalt",
"description": "Extensions for R-ggplot2",
"long_description": "A compendium of new geometries, coordinate systems, statistical transformations, scales and fonts for R-ggplot2.",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-dplyr",
"R-RColorBrewer",
"R-ggplot2",
"R-scales",
"R-maps",
"R-plotly",
"R-extrafont",
"R-ash",
"R-proj4",
"R-CRAN-recommended",
"R-gtable",
"R-tibble"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-reshape2",
"R-gridExtra",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-ggthemes"
]
}
],
"depends_on": []
},
{
"name": "R-eodhd",
"portdir": "R/R-eodhd",
"version": "1.0.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/EodHistoricalData/EODHD-APIs-R-Financial-Library",
"description": "R API for EODHD financial library",
"long_description": "R API for EODHD financial library",
"active": true,
"categories": [
"science",
"www",
"finance",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-httr",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-easybgm",
"portdir": "R/R-easybgm",
"version": "0.1.2",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/KarolineHuth/easybgm",
"description": "Extract and visualize Bayesian graphical models",
"long_description": "Fit and visualize the results of a Bayesian analysis of networks commonly found in psychology.",
"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-igraph",
"R-HDInterval",
"R-qgraph",
"R-BGGM",
"R-BDgraph",
"R-bgms",
"R-CRAN-recommended",
"R-dplyr",
"R-ggplot2"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-vdiffr"
]
}
],
"depends_on": []
},
{
"name": "R-area",
"portdir": "R/R-area",
"version": "0.2.0",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hypertidy/area",
"description": "Calculate area of triangles and polygons",
"long_description": "Calculate area of triangles and polygons",
"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-cpp11",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat"
]
}
],
"depends_on": []
},
{
"name": "R-Factoshiny",
"portdir": "R/R-Factoshiny",
"version": "2.6",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://factominer.free.fr/graphs/factoshiny.html",
"description": "Perform factorial analysis from R-FactoMineR with an R-shiny application",
"long_description": "Perform factorial analysis from R-FactoMineR with an R-shiny application",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-DT",
"R-colourpicker",
"R-ggrepel",
"R-shinydashboard",
"R-FactoMineR",
"R-ggplot2",
"R-FactoInvestigate",
"R-missMDA",
"R-shinyjqui",
"R-CRAN-recommended",
"R-shiny"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-FactoMineR"
]
}
]
},
{
"name": "R-FactoInvestigate",
"portdir": "R/R-FactoInvestigate",
"version": "1.9",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://factominer.free.fr/reporting",
"description": "Automatic description of factorial analysis",
"long_description": "Automatic description of factorial analysis",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-FactoMineR",
"R-ggplot2",
"R-CRAN-recommended",
"R-rmarkdown"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-Factoshiny"
]
}
]
},
{
"name": "R-ABM",
"portdir": "R/R-ABM",
"version": "0.4.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/junlingm/ABM",
"description": "Agent-Based Model simulation framework",
"long_description": "Agent-Based Model simulation framework",
"active": true,
"categories": [
"science",
"R",
"economics"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-R6",
"R-Rcpp",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": []
},
{
"name": "cyan",
"portdir": "graphics/cyan",
"version": "1.2.4",
"license": "CeCILL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cyan.graphics",
"description": "Cyan Graphics",
"long_description": "cyan is an open-source cross-platform image viewer and converter, designed for prepress (print) work.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"lcms2",
"qt5-qtbase",
"libiconv",
"libomp",
"ImageMagick"
]
}
],
"depends_on": []
},
{
"name": "ocaml-unidecode",
"portdir": "ocaml/ocaml-unidecode",
"version": "0.4.0",
"license": "GPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/geneweb/unidecode",
"description": "Convert unicode strings into its ASCII representation",
"long_description": "Convert unicode strings into its ASCII representation",
"active": true,
"categories": [
"devel",
"ocaml"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 23
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ocaml-dune",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ocaml",
"ocaml-findlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"geneweb"
]
}
]
},
{
"name": "ocaml-stringext",
"portdir": "ocaml/ocaml-stringext",
"version": "1.6.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rgrinberg/stringext",
"description": "Extra string functions for OCaml",
"long_description": "Extra string functions for OCaml. Mainly splitting. All functions are in the Stringext module.",
"active": true,
"categories": [
"devel",
"ocaml"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 23
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ocaml-dune",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ocaml",
"ocaml-findlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ocaml-uri"
]
}
]
},
{
"name": "ocaml-ppx_blob",
"portdir": "ocaml/ocaml-ppx_blob",
"version": "0.9.0",
"license": "Unlicense",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/johnwhitington/ppx_blob",
"description": "Include a file as a string at compile time",
"long_description": "ppx_blob allows you to include a binary blob from a file as a string. Writing [%blob \"filename\"] will replace the string with the contents of the file at compile time. This allows the inclusion of arbitary, possibly compressed, data, without the need to respect OCaml's lexical conventions.",
"active": true,
"categories": [
"devel",
"ocaml"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 23
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ocaml-dune",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ocaml",
"ocaml-findlib",
"ocaml-ppxlib",
"ocaml-alcotest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"geneweb"
]
}
]
},
{
"name": "ocaml-jingoo",
"portdir": "ocaml/ocaml-jingoo",
"version": "1.5.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tategakibunko/jingoo",
"description": "Template engine almost compatible with Jinja2(python template engine)",
"long_description": "Template engine almost compatible with Jinja2(python template engine)",
"active": true,
"categories": [
"devel",
"ocaml"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 23
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ocaml-dune",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ocaml-menhir",
"ocaml-ounit",
"ocaml-ppx_deriving",
"ocaml",
"ocaml-uutf",
"ocaml-uucp",
"ocaml-re",
"ocaml-findlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"geneweb"
]
}
]
},
{
"name": "ocaml-calendars",
"portdir": "ocaml/ocaml-calendars",
"version": "1.0.0",
"license": "GPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/geneweb/calendars",
"description": "Convert dates between gregorian/julian/french/hebrew calendars",
"long_description": "Convert dates between gregorian/julian/french/hebrew calendars",
"active": true,
"categories": [
"devel",
"ocaml"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 23
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ocaml-dune",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ocaml",
"ocaml-findlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"geneweb"
]
}
]
},
{
"name": "ocaml-bigstringaf",
"portdir": "ocaml/ocaml-bigstringaf",
"version": "0.10.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/inhabitedtype/bigstringaf",
"description": "Bigstring intrinsics and fast blits based on memcpy/memmove",
"long_description": "The OCaml compiler has a bunch of intrinsics for Bigstrings, but they're not widely-known, sometimes misused, and so programs that use Bigstrings are slower than they have to be. And even if a library got that part right and exposed the intrinsics properly, the compiler doesn't have any fast blits between Bigstrings and other string-like types. So here they are. Go crazy.",
"active": true,
"categories": [
"devel",
"ocaml"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 23
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ocaml-dune",
"ocaml-dune-configurator",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ocaml",
"ocaml-findlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ocaml-angstrom"
]
}
]
},
{
"name": "ocaml-syslog",
"portdir": "ocaml/ocaml-syslog",
"version": "2.0.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://github.com/geneanet/ocaml-syslog",
"description": "syslog(3) routines for ocaml (RFC 3164)",
"long_description": "syslog(3) routines for ocaml (RFC 3164)",
"active": true,
"categories": [
"devel",
"ocaml"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 23
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ocaml-dune",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ocaml",
"ocaml-findlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"geneweb"
]
}
]
},
{
"name": "ixwebsocket",
"portdir": "net/ixwebsocket",
"version": "11.4.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/machinezone/IXWebSocket",
"description": "C++ library for WebSocket client and server development",
"long_description": "IXWebSocket is a websocket and http client and server library, with TLS support and very few dependencies.",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"universal",
"debug",
"mbedtls",
"openssl"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"zlib",
"openssl3"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"abaddon"
]
}
]
},
{
"name": "py312-prettytable",
"portdir": "python/py-prettytable",
"version": "0.7.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/prettytable",
"description": "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.",
"long_description": "PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of sub-tables by specifying a row range.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 596
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py312-irodsclient",
"py312-ipython-sql"
]
},
{
"type": "run",
"ports": [
"py312-cinderclient",
"py312-cliff",
"py312-novaclient"
]
}
]
},
{
"name": "py312-langid",
"portdir": "python/py-langid",
"version": "0.2.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/adbar/py3langid",
"description": "Stand-alone language identification system",
"long_description": "Stand-alone language identification system",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py312-build",
"py312-setuptools",
"py312-wheel",
"clang-16",
"py312-installer"
]
},
{
"type": "lib",
"ports": [
"py312-numpy",
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-langid"
]
}
]
},
{
"name": "py312-irodsclient",
"portdir": "python/py-irodsclient",
"version": "2.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/irods/python-irodsclient",
"description": "A Python client for iRODS, a distributed data management system.",
"long_description": "The integrated Rule-Oriented Data System (iRODS) is open source data management system used by research organizations and government agencies worldwide. This Python packages provides an client API.",
"active": true,
"categories": [
"net",
"databases",
"science",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 596
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"py312-six",
"py312-defusedxml",
"py312-prettytable",
"python312"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-irodsclient"
]
}
]
},
{
"name": "keychain-cpp",
"portdir": "security/keychain-cpp",
"version": "1.2.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hrantzsch/keychain",
"description": "Cross-platform wrapper for the OS credential storage",
"long_description": "Keychain is a thin cross-platform wrapper in C++ to access the operating system credential storage.",
"active": true,
"categories": [
"sysutils",
"security"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "p5.34-chipcard-pcsc",
"portdir": "perl/p5-chipcard-pcsc",
"version": "1.4.16",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Chipcard::PCSC",
"description": "Chipcard::PCSC - Communicate with a smart card using PC/SC from a Perl script",
"long_description": "Chipcard::PCSC - Communicate with a smart card using PC/SC from a Perl script",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-chipcard-pcsc",
"pcsc-tools"
]
}
]
},
{
"name": "p5.32-chipcard-pcsc",
"portdir": "perl/p5-chipcard-pcsc",
"version": "1.4.16",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Chipcard::PCSC",
"description": "Chipcard::PCSC - Communicate with a smart card using PC/SC from a Perl script",
"long_description": "Chipcard::PCSC - Communicate with a smart card using PC/SC from a Perl script",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.32"
]
}
],
"depends_on": []
},
{
"name": "p5.30-chipcard-pcsc",
"portdir": "perl/p5-chipcard-pcsc",
"version": "1.4.16",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Chipcard::PCSC",
"description": "Chipcard::PCSC - Communicate with a smart card using PC/SC from a Perl script",
"long_description": "Chipcard::PCSC - Communicate with a smart card using PC/SC from a Perl script",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.30"
]
}
],
"depends_on": []
},
{
"name": "p5.28-chipcard-pcsc",
"portdir": "perl/p5-chipcard-pcsc",
"version": "1.4.16",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Chipcard::PCSC",
"description": "Chipcard::PCSC - Communicate with a smart card using PC/SC from a Perl script",
"long_description": "Chipcard::PCSC - Communicate with a smart card using PC/SC from a Perl script",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.28"
]
}
],
"depends_on": []
},
{
"name": "p5-chipcard-pcsc",
"portdir": "perl/p5-chipcard-pcsc",
"version": "1.4.16",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "p5.34-chipcard-pcsc",
"homepage": "https://metacpan.org/pod/Chipcard::PCSC",
"description": "Chipcard::PCSC - Communicate with a smart card using PC/SC from a Perl script",
"long_description": "Chipcard::PCSC - Communicate with a smart card using PC/SC from a Perl script",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.34-chipcard-pcsc"
]
}
],
"depends_on": []
},
{
"name": "py311-canmatrix",
"portdir": "python/py-canmatrix",
"version": "1.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "Converting Can (Controller Area Network) Database Formats .arxml .dbc .dbf .kcd",
"long_description": "Canmatrix implements a Python Can Matrix Object which describes the can-communication and the needed objects (Boardunits, Frames, Signals, Values, ...) Canmatrix also includes two Tools (canconvert and cancompare) for converting and comparing CAN databases.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "aw.kornilov",
"github": "ierofant",
"ports_count": 15
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py311-build",
"py311-installer",
"py311-setuptools",
"py311-wheel"
]
},
{
"type": "lib",
"ports": [
"py311-attrs",
"py311-six",
"py311-click",
"python311"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-canmatrix"
]
}
]
},
{
"name": "R-varImp",
"portdir": "R/R-varImp",
"version": "0.4",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=varImp",
"description": "RF variable importance for arbitrary measures",
"long_description": "RF variable importance for arbitrary measures",
"active": true,
"categories": [
"science",
"math",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-measures",
"R-party",
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-ranger"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-party"
]
}
]
},
{
"name": "R-textcat",
"portdir": "R/R-textcat",
"version": "1.0-8",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=textcat",
"description": "N-gram-based text categorization",
"long_description": "N-gram-based text categorization",
"active": true,
"categories": [
"textproc",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-slam",
"R-CRAN-recommended",
"R-tau"
]
},
{
"type": "run",
"ports": [
"R"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-sentopics"
]
}
]
},
{
"name": "R-stm",
"portdir": "R/R-stm",
"version": "1.3.7",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bstewart/stm",
"description": "Estimation of the Structural Topic Model",
"long_description": "The Structural Topic Model (STM) allows researchers to estimate topic models with document-level covariates.",
"active": true,
"categories": [
"textproc",
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-data.table",
"R-stringr",
"R-matrixStats",
"R-quadprog",
"R-slam",
"R-glmnet",
"R-quanteda",
"R-lda",
"R-CRAN-recommended",
"libgcc",
"R-Rcpp",
"R-RcppArmadillo"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-clue",
"R-testthat",
"R-igraph",
"R-spelling",
"R-geometry",
"R-NLP",
"R-Rtsne",
"R-rsvd",
"R-SnowballC",
"R-huge",
"R-wordcloud",
"R-tm",
"R-LDAvis"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-sts"
]
},
{
"type": "test",
"ports": [
"R-quanteda",
"R-sentopics"
]
}
]
},
{
"name": "R-spacyr",
"portdir": "R/R-spacyr",
"version": "1.3.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://spacyr.quanteda.io",
"description": "Wrapper to the spaCy NLP library",
"long_description": "Wrapper to the spaCy NLP library",
"active": true,
"categories": [
"textproc",
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-reticulate",
"R-CRAN-recommended",
"R-data.table"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-spelling",
"R-R.rsp",
"R-quanteda",
"R-tidytext",
"R-tibble",
"R-dplyr",
"R-knitr",
"R-testthat",
"R-rmarkdown"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-quanteda",
"R-NLP",
"R-sentopics"
]
}
]
},
{
"name": "R-seededlda",
"portdir": "R/R-seededlda",
"version": "1.4.1",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://koheiw.github.io/seededlda",
"description": "Seeded sequential LDA for topic modelling",
"long_description": "Seeded sequential LDA for topic modelling",
"active": true,
"categories": [
"textproc",
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang50",
"clang60",
"clang70",
"gcc13",
"gccdevel",
"gfortran",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12"
],
"dependencies": [
{
"type": "build",
"ports": [
"gcc13",
"pkgconfig",
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-testthat",
"R-quanteda",
"R-proxyC",
"libgcc13",
"R-CRAN-recommended",
"libgcc",
"onetbb",
"R-Rcpp",
"R-RcppArmadillo"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-spelling",
"R-topicmodels",
"R-keyATM"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-sentopics"
]
}
]
},
{
"name": "R-qqtest",
"portdir": "R/R-qqtest",
"version": "1.2.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rwoldford.github.io/qqtest",
"description": "Self-calibrating quantile-quantile plots",
"long_description": "Self-calibrating quantile-quantile plots for visual testing.",
"active": true,
"categories": [
"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": [
{
"type": "test",
"ports": [
"R-heplots",
"R-LMMstar"
]
}
]
},
{
"name": "R-mvinfluence",
"portdir": "R/R-mvinfluence",
"version": "0.9.0",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/friendly/mvinfluence",
"description": "Influence measures and diagnostic plots for multivariate linear models",
"long_description": "Influence measures and diagnostic plots for multivariate linear models",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended",
"R-heplots",
"R-car"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-patchwork",
"R-rgl",
"R-tibble",
"R-dplyr",
"R-ggplot2",
"R-knitr",
"R-rmarkdown"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-heplots"
]
}
]
},
{
"name": "R-measures",
"portdir": "R/R-measures",
"version": "0.3",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cran.r-project.org/package=measures",
"description": "Performance measures for statistical learning",
"long_description": "Performance measures for statistical learning",
"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"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-varImp"
]
}
]
},
{
"name": "R-keyATM",
"portdir": "R/R-keyATM",
"version": "0.5.2",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://keyatm.github.io/keyATM",
"description": "Keyword Assisted Topic Models",
"long_description": "Keyword Assisted Topic Models",
"active": true,
"categories": [
"textproc",
"science",
"R"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-cli",
"R-fastmap",
"R-fs",
"R-magrittr",
"R-rlang",
"R-stringr",
"R-tibble",
"R-dplyr",
"R-purrr",
"R-tidyr",
"R-tidyselect",
"R-ggplot2",
"R-future.apply",
"R-ggrepel",
"R-quanteda",
"R-pgdraw",
"R-matrixNormal",
"R-CRAN-recommended",
"R-Rcpp",
"R-RcppEigen"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-readtext"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-seededlda",
"R-sentopics"
]
}
]
},
{
"name": "R-googleComputeEngineR",
"portdir": "R/R-googleComputeEngineR",
"version": "0.3.0.9000",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cloudyr.github.io/googleComputeEngineR",
"description": "R interface for Google Compute Engine",
"long_description": "R interface for Google Compute Engine",
"active": true,
"categories": [
"science",
"www",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-future",
"R-httr",
"R-googleAuthR",
"R-CRAN-recommended",
"R-assertthat",
"R-jsonlite"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-covr",
"R-googleCloudStorageR"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-googleCloudStorageR"
]
}
]
},
{
"name": "R-googleCloudStorageR",
"portdir": "R/R-googleCloudStorageR",
"version": "0.7.0.9000",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.markedmondson.me/googleCloudStorageR",
"description": "Interface with Google Cloud Storage API",
"long_description": "Interface with Google Cloud Storage API",
"active": true,
"categories": [
"devel",
"science",
"www",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-curl",
"R-jsonlite",
"R-yaml",
"R-zip",
"R-httr",
"R-openssl",
"R-googleAuthR",
"R-CRAN-recommended",
"R-assertthat",
"R-cli"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-fs",
"R-knitr",
"R-testthat",
"R-rmarkdown",
"R-readr",
"R-usethis",
"R-sodium",
"R-googleComputeEngineR"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"R-bigQueryR"
]
},
{
"type": "test",
"ports": [
"R-googleAnalyticsR",
"R-memoise",
"R-googleComputeEngineR",
"R-pins",
"R-targets"
]
}
]
},
{
"name": "R-gistr",
"portdir": "R/R-gistr",
"version": "0.9.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://docs.ropensci.org/gistr",
"description": "Work with GitHub Gists",
"long_description": "Work with GitHub Gists from R.",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"R"
]
},
{
"type": "lib",
"ports": [
"R-magrittr",
"R-dplyr",
"R-knitr",
"R-rmarkdown",
"R-httr",
"R-crul",
"R-CRAN-recommended",
"R-assertthat",
"R-jsonlite"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-testthat",
"R-git2r"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-LDAvis",
"R-animint2"
]
}
]
}
]
}