GET /api/v1/ports/libstemmer/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "libstemmer",
    "portdir": "textproc/libstemmer",
    "version": "2.2.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://snowballstem.org",
    "description": "Algorithmic Stemmer Library",
    "long_description": "Snowball is a language in which stemming algorithms can be easily represented. The Snowball compiler translates a Snowball script (a .sbl file) into either a thread-safe ANSI C program or a Java program. For ANSI C, each Snowball script produces a program file and corresponding header file (with .c and .h extensions). This port delivers the ANSI C library build.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "rspamd",
                "mongodb",
                "mongodb-devel",
                "groonga",
                "appstream-glib",
                "tracker"
            ]
        }
    ]
}