GET /api/v1/ports/arborx/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "arborx",
"portdir": "math/arborx",
"version": "1.7",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/arborx/ArborX",
"description": "An open-source library designed to provide performance portable algorithms for geometric search",
"long_description": "ArborX is An open-source library designed to provide performance portable algorithms for geometric search.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1406
}
],
"variants": [
"debug",
"tests"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libomp",
"kokkos"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"deal.ii"
]
}
]
}