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

{
    "name": "paracode",
    "portdir": "textproc/unicode",
    "version": "3.2",
    "license": "GPL-3",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://kassiopeia.juls.savba.sk/~garabik/software/unicode/",
    "description": "converts UTF-8 input to use different codepoints",
    "long_description": "paracode exploits the full power of the Unicode standard to convert text into a visually similar stream of glyphs, while using completely different codepoints. It is an excellent didactic tool demonstrating the principles and advanced use of the Unicode standard. paracode is a command line tool working as a filter, reading standard input in UTF-8 encoding and writing to standard output.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "run",
            "ports": [
                "python313"
            ]
        }
    ],
    "depends_on": []
}