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

{
    "name": "hurl",
    "portdir": "www/hurl",
    "version": "4.2.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://hurl.dev",
    "description": "Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.",
    "long_description": "Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.. It can perform requests, capture values and evaluate queries on headers and body response. Hurl is very versatile: it can be used for both fetching data and testing HTTP sessions.",
    "active": true,
    "categories": [
        "www"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 896
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "cargo",
                "legacy-support",
                "pkgconfig",
                "rust"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "libunwind",
                "curl",
                "libxml2",
                "openssl3"
            ]
        }
    ],
    "depends_on": []
}