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

{
    "name": "wangle",
    "portdir": "devel/wangle",
    "version": "2024.01.22.00",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/facebook/wangle",
    "description": "Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.",
    "long_description": "Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2442
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "ninja",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "legacy-support",
                "libevent",
                "libsodium",
                "macports-libcxx",
                "zlib",
                "openssl3",
                "boost181",
                "libfmt10",
                "fizz",
                "double-conversion",
                "folly",
                "google-glog"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "fb303",
                "fbthrift",
                "proxygen"
            ]
        }
    ]
}