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

{
    "name": "R-SnowballC",
    "portdir": "R/R-SnowballC",
    "version": "0.7.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/nalimilan/R.TeMiS",
    "description": "Snowball stemmers based on libstemmer utf-8 library",
    "long_description": "Snowball stemmers based on libstemmer utf-8 library",
    "active": true,
    "categories": [
        "science",
        "R"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "R",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "R-CRAN-recommended"
            ]
        },
        {
            "type": "run",
            "ports": [
                "R"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-tokenizers",
                "R-quanteda",
                "R-klsh",
                "R-textrecipes",
                "R-lsa"
            ]
        },
        {
            "type": "test",
            "ports": [
                "R-textmineR",
                "R-stm",
                "R-tm",
                "R-topicmodels",
                "R-movMF"
            ]
        }
    ]
}