GET /api/v1/ports/rapidjson-devel/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "rapidjson-devel",
"portdir": "devel/rapidjson-devel",
"version": "20241202",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rapidjson.org",
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API.",
"long_description": "RapidJSON is a fast, unicode-friendly, self-contained and header-only library without any dependencies for parsing JSON.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug",
"docs",
"examples",
"tests"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-coolprop",
"py39-coolprop",
"py310-coolprop",
"py311-coolprop"
]
}
]
}