GET /api/v1/ports/ripgrep/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "ripgrep",
    "portdir": "textproc/ripgrep",
    "version": "14.1.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/BurntSushi/ripgrep",
    "description": "fast command line search tool",
    "long_description": "ripgrep is a command line search tool that combines the usability of The Silver Searcher (an ack clone) with the raw speed of GNU grep.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 993
        }
    ],
    "variants": [
        "pcre",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "asciidoc",
                "docbook-xsl-nons",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "bat-extras",
                "ripgrep-all",
                "repgrep"
            ]
        }
    ]
}