GET /api/v1/ports/proxygen/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "proxygen",
"portdir": "devel/proxygen",
"version": "2024.09.23.00",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facebook/proxygen",
"description": "Collection of C++ HTTP libraries including an easy to use HTTP server",
"long_description": "This project comprises the core C++ HTTP abstractions used at Facebook. Internally, it is used as the basis for building many HTTP servers, proxies and clients. This release focuses on the common HTTP abstractions and our simple HTTPServer framework. Future releases will provide simple client APIs as well. The framework supports HTTP/1.1, SPDY/3, SPDY/3.1, HTTP/2 and HTTP/3. The goal is to provide a simple, performant and modern C++ HTTP library.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2560
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"gperf",
"pkgconfig",
"python311",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"openssl3",
"boost181",
"zlib",
"libfmt11",
"mvfst",
"zstd",
"folly",
"wangle",
"fizz"
]
}
],
"depends_on": []
}