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

{
    "name": "cryptlib",
    "portdir": "devel/cryptlib",
    "version": "3.4.6",
    "license": "(Sleepycat or Restrictive)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.cs.auckland.ac.nz/~pgut001/cryptlib/",
    "description": "cryptlib is a powerful security toolkit (library)",
    "long_description": "cryptlib is a powerful security toolkit that allows even inexperienced crypto programmers to easily add encryption and authentication services to their software. The high-level interface provides anyone with the ability to add strong security capabilities to an application in as little as half an hour, without needing to know any of the low-level details that make the encryption or authentication work.",
    "active": true,
    "categories": [
        "devel",
        "security",
        "crypto"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1761
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "secpwgen"
            ]
        }
    ]
}