HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "xeus",
"portdir": "devel/xeus",
"version": "5.2.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jupyter-xeus/xeus",
"description": "xeus is a library meant to facilitate the implementation of kernels for Jupyter.",
"long_description": "xeus is a library meant to facilitate the implementation of kernels for Jupyter. It takes the burden of implementing the Jupyter Kernel protocol so developers can focus on implementing the interpreter part of the kernel.",
"active": true,
"categories": [
"devel",
"science"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1052
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"nlohmann-json"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xeus-zmq"
]
}
]
}