GET /api/v1/ports/bison-runtime/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "bison-runtime",
"portdir": "devel/bison",
"version": "3.8.2",
"license": "(GPL-3+ or Permissive)",
"platforms": "any",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/bison",
"description": "Localization support for Bison-generated parsers",
"long_description": "The Bison parser generator provides translations for its parser diagnostics. Programs that contain Bison-generated parsers can use these translations to generate localized error messages.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 337
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"aegis",
"bison"
]
}
]
}