mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
28 lines
520 B
JSON
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"
|
|
]
|
|
}
|