GET /api/v1/ports/sparkey/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "sparkey",
"portdir": "databases/sparkey",
"version": "0.2.99",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/spotify/sparkey",
"description": "Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.",
"long_description": "Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"snappy"
]
}
],
"depends_on": []
}