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

{
    "name": "ghc-filesystem",
    "portdir": "devel/ghc-filesystem",
    "version": "1.5.14",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/gulrak/filesystem",
    "description": "An implementation of C++17 std::filesystem.",
    "long_description": "An implementation of C++17 std::filesystem for C++11/C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "tests"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "draco",
                "input-leap",
                "barrier",
                "libmamba",
                "micromamba"
            ]
        }
    ]
}