GET /api/v1/ports/pocketsphinx/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "pocketsphinx",
"portdir": "audio/pocketsphinx",
"version": "5.0.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cmusphinx/pocketsphinx",
"description": "Speech recognition package",
"long_description": "PocketSphinx is CMU’s fastest speech recognition system. It is a library written in pure C which is optimal for development of your C applications as well as for development of language bindings. At real time speed it’s the most accurate engine, and therefore it is a good choice for live applications.",
"active": true,
"categories": [
"audio"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"sphinxbase",
"python27"
]
}
],
"depends_on": []
}