aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/json-rpc-cxx/vcpkg.json
blob: 063e87308b6a3f76d35761f0fd64ad176c531caa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "json-rpc-cxx",
  "version": "0.3.2",
  "description": "A JSON-RPC 2.0 framework implemented in C++17 using the nlohmann's json for modern C++.",
  "homepage": "https://github.com/jsonrpcx/json-rpc-cxx",
  "license": "MIT",
  "dependencies": [
    "nlohmann-json",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}