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

{
    "name": "rizin",
    "portdir": "devel/rizin",
    "version": "0.8.0",
    "license": "LGPL-3",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://rizin.re",
    "description": "UNIX-like reverse engineering framework and command-line toolset",
    "long_description": "Rizin is a fork of the radare2 reverse engineering framework with a focus on usability, working features and code cleanliness.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "l2dy",
            "github": "l2dy",
            "ports_count": 96
        },
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 993
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "meson",
                "ninja",
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "lz4",
                "zlib",
                "zstd",
                "libzip",
                "xxhash",
                "openssl3",
                "capstone"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cutter-rizin"
            ]
        }
    ]
}