mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
ea5c1a6e5d
* Apply patch: ‘sleep_for’ is not a member of ‘std::this_thread’ * Run with `./vcpkg x-add-version --all` * update version-string * update version * Replace deprecated methods * Add neccesary dependencies Add missing license field according to original repo's license * Run with `./vcpkg x-add-version --all` * Bump port version Run with `./vcpkg x-add-version --all` * update version * delets git-tree * update git tree * update vcpkg.json * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
20 lines
464 B
JSON
20 lines
464 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|