GET /api/v1/ports/dot2tex/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "dot2tex",
"portdir": "python/dot2tex",
"version": "2.11.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kjellmf/dot2tex",
"description": "Convert graphs generated by Graphviz to LaTeX friendly formats",
"long_description": "The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeX friendly look and feel. This is accomplished by converting xdot output from Graphviz to a series of PSTricks or PGF/TikZ commands.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "snc",
"github": "nerdling",
"ports_count": 150
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python311",
"py311-parsing"
]
},
{
"type": "run",
"ports": [
"graphviz",
"texlive"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"dot2texi"
]
}
]
}