GET /api/v1/ports/py37-dm-tree/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py37-dm-tree",
"portdir": "python/py-dm-tree",
"version": "0.1.5",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/deepmind/tree",
"description": "Deepmind tree is a library for working with nested data structures.",
"long_description": "Deepmind tree is a library for working with nested data structures. In a way, tree generalizes the builtin map function which only supports flat sequences, and allows to apply a function to each leaf preserving the overall structure.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"native",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py37-build",
"py37-installer",
"clang-16",
"bazel-3.7",
"py37-setuptools",
"py37-wheel"
]
},
{
"type": "lib",
"ports": [
"openjdk11",
"python37"
]
},
{
"type": "run",
"ports": [
"py37-six"
]
},
{
"type": "test",
"ports": [
"py37-absl",
"py37-attrs",
"py37-numpy",
"py37-wrapt"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py37-tensorflow-probability"
]
}
]
}