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

{
    "name": "argon2",
    "portdir": "devel/argon2",
    "version": "20190702",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/P-H-C/phc-winner-argon2",
    "description": "Password-hashing implmention that won the P-H-C",
    "long_description": "Argon2 is a password-hashing function that summarizes the state of the art in the design of memory-hard functions and can be used to hash passwords for credential storage, key derivation, or other applications.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "khindenburg",
            "github": "kurthindenburg",
            "ports_count": 418
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "znc",
                "php84",
                "php84-apache2handler",
                "php84-cgi",
                "php84-fpm",
                "php83",
                "php83-apache2handler",
                "php83-cgi",
                "php83-fpm",
                "php82",
                "php82-apache2handler",
                "php82-cgi",
                "php82-fpm",
                "php74",
                "php74-apache2handler",
                "php74-cgi",
                "php74-fpm",
                "php81",
                "php81-apache2handler",
                "php81-cgi",
                "php81-fpm",
                "php80",
                "php80-apache2handler",
                "php80-cgi",
                "php80-fpm",
                "php73",
                "php73-apache2handler",
                "php73-cgi",
                "php73-fpm",
                "php72",
                "php72-apache2handler",
                "php72-cgi",
                "php72-fpm",
                "KeePassXC",
                "KeePassXC-devel",
                "dar"
            ]
        }
    ]
}