19 lines
359 B
JSON
19 lines
359 B
JSON
|
{
|
||
|
"name": "xeus",
|
||
|
"version-string": "0.24.3",
|
||
|
"port-version": 1,
|
||
|
"description": "C++ implementation of the Jupyter kernel protocol",
|
||
|
"homepage": "https://github.com/jupyter-xeus/xeus",
|
||
|
"dependencies": [
|
||
|
"cppzmq",
|
||
|
{
|
||
|
"name": "libuuid",
|
||
|
"platform": "linux"
|
||
|
},
|
||
|
"nlohmann-json",
|
||
|
"openssl",
|
||
|
"xtl",
|
||
|
"zeromq"
|
||
|
]
|
||
|
}
|