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

{
    "name": "rb-hmac",
    "portdir": "ruby/rb-hmac",
    "version": "0.3",
    "license": "Ruby",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://deisui.org/~ueno/ruby/hmac.html",
    "description": "Provides a common interface to HMAC functionality.",
    "long_description": "This module provides common interface to HMAC functionality. HMAC is a kind of Message Authentication Code (MAC) algorithm whose standard is documented in RFC2104. Namely, a MAC provides a way to check the integrity of information transmitted over or stored in an unreliable medium, based on a secret key.",
    "active": true,
    "categories": [
        "security",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby"
            ]
        }
    ],
    "depends_on": []
}