GET /api/v1/ports/matrix-calculator/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "matrix-calculator",
"portdir": "math/matrix-calculator",
"version": "2018.03.13",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kalinochkind/matrix-calculator",
"description": "Matrix multiplication and inverses, systems of linear equations etc.",
"long_description": "Matrix multiplication and inverses, systems of linear equations etc.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2558
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"readline"
]
}
],
"depends_on": []
}