GET /api/v1/ports/FastAD/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "FastAD",
"portdir": "math/FastAD",
"version": "3.2.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/JamesYang007/FastAD",
"description": "FastAD is a C++ implementation of automatic differentiation both forward and reverse mode",
"long_description": "FastAD is a C++ implementation of automatic differentiation both forward and reverse mode",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2558
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"gtest",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"eigen3"
]
}
],
"depends_on": []
}