diff options
Diffstat (limited to 'vcpkg/ports/xeus/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/xeus/vcpkg.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vcpkg/ports/xeus/vcpkg.json b/vcpkg/ports/xeus/vcpkg.json new file mode 100644 index 0000000..0c8bba0 --- /dev/null +++ b/vcpkg/ports/xeus/vcpkg.json @@ -0,0 +1,27 @@ +{ + "name": "xeus", + "version": "0.24.3", + "port-version": 4, + "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" + ] +} |