diff options
Diffstat (limited to 'vcpkg/ports/json-rpc-cxx/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/json-rpc-cxx/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/json-rpc-cxx/vcpkg.json b/vcpkg/ports/json-rpc-cxx/vcpkg.json new file mode 100644 index 0000000..063e873 --- /dev/null +++ b/vcpkg/ports/json-rpc-cxx/vcpkg.json @@ -0,0 +1,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 + } + ] +} |