GET /api/v1/ports/tsduck/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "tsduck",
"portdir": "multimedia/tsduck",
"version": "3.22-1953",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://tsduck.io/",
"description": "MPEG Transport Stream Toolkit",
"long_description": "MPEG Transport Stream Toolkit",
"active": true,
"categories": [
"multimedia"
],
"maintainers": [
{
"name": "quentin",
"github": "quentinmit",
"ports_count": 8
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gsed",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"curl"
]
}
],
"depends_on": []
}