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

{
    "name": "opencc",
    "portdir": "textproc/opencc",
    "version": "1.1.9",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/BYVoid/OpenCC",
    "description": "converts between Traditional Chinese and Simplified Chinese",
    "long_description": "Open Chinese Convert (OpenCC) is an open-source project for conversion between Traditional Chinese and Simplified Chinese, supporting character-level conversion, phrase-level conversion, variant conversion and regional idioms among Mainland China, Taiwan and Hong Kong.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1824
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "marisa-trie"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "goldendict",
                "squirrel-ime",
                "librime-devel"
            ]
        }
    ]
}