aboutsummaryrefslogtreecommitdiff
path: root/ports/xeus/vcpkg.json
blob: 178c6e7163bf02c12670cf0a5779f3a6b76546a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
  ]
}