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

{
    "name": "libcryptopp",
    "portdir": "devel/libcryptopp",
    "version": "8.9.0",
    "license": "Boost-1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.cryptopp.com/",
    "description": "C++ class library of cryptographic schemes",
    "long_description": "Crypto++ Library is a free C++ class library of cryptographic schemes.",
    "active": true,
    "categories": [
        "devel",
        "security"
    ],
    "maintainers": [
        {
            "name": "raphael",
            "github": "raphael-st",
            "ports_count": 18
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "amule"
            ]
        }
    ]
}