vcpkg/ports/xeus/vcpkg.json
2023-04-25 21:35:53 -07:00

28 lines
520 B
JSON

{
"name": "xeus",
"version": "0.24.3",
"port-version": 3,
"description": "C++ implementation of the Jupyter kernel protocol",
"homepage": "https://github.com/jupyter-xeus/xeus",
"license": "BSD-3-Clause",
"dependencies": [
"cppzmq",
{
"name": "libuuid",
"platform": "!windows & !osx"
},
"nlohmann-json",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"xtl",
"zeromq"
]
}