GET /api/v1/ports/pystring/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "pystring",
"portdir": "devel/pystring",
"version": "1.1.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/imageworks/pystring",
"description": "a collection of C++ functions which match the interface and behavior of python's string class methods",
"long_description": "Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1413
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
}
],
"depends_on": []
}