diff options
Diffstat (limited to 'vcpkg/ports/cpp-redis/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cpp-redis/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/cpp-redis/vcpkg.json b/vcpkg/ports/cpp-redis/vcpkg.json new file mode 100644 index 0000000..604bfd1 --- /dev/null +++ b/vcpkg/ports/cpp-redis/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "cpp-redis", + "version": "4.3.1", + "port-version": 5, + "description": "cpp-redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.", + "homepage": "https://github.com/cpp-redis/cpp_redis", + "license": "MIT", + "dependencies": [ + "tacopie", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |