GET /api/v1/ports/libaes_siv/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "libaes_siv",
"portdir": "security/libaes_siv",
"version": "1.0.0",
"license": "apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dfoxfranke/libaes_siv",
"description": "A C implementation of AES-SIV",
"long_description": "This is an RFC5297-compliant C implementation of AES-SIV, written by Daniel Franke on behalf of Akamai Technologies and published under the Apache License (v2.0). It uses OpenSSL for the underlying AES and CMAC implementations and follows a similar interface style.",
"active": true,
"categories": [
"devel",
"security"
],
"maintainers": [
{
"name": "fw",
"github": "fhgwright",
"ports_count": 26
}
],
"variants": [
"debug",
"doc",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"asciidoc",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"openssl"
]
}
],
"depends_on": []
}