aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xeus/vcpkg.json
blob: 0c8bba09bf80bba0eb0ff0b9113ef18eb29b192d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"
  ]
}