GET /api/v1/ports/octave-sqlite/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "octave-sqlite",
"portdir": "octave/octave-sqlite",
"version": "0.1.0",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gnu-octave/octave-sqlite",
"description": "Basic Octave implementation of the sqlite toolkit",
"long_description": "Basic Octave implementation of the sqlite toolkit",
"active": true,
"categories": [
"science",
"math",
"octave"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1048
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"octave"
]
}
],
"depends_on": []
}