GET /api/v1/ports/git-delta/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "git-delta",
"portdir": "textproc/git-delta",
"version": "0.18.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dandavison.github.io/delta",
"description": "A syntax-highlighter for git and diff output",
"long_description": "Delta provides language syntax-highlighting, within-line insertion/deletion detection, and restructured diff output for git on the command line.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 993
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libgit2",
"libunwind"
]
},
{
"type": "run",
"ports": [
"less"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"bat-extras",
"git-fuzzy"
]
}
]
}