yuzu/externals/vcpkg/ports/xeus/vcpkg.json

19 lines
359 B
JSON
Executable File

{
"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"
]
}