mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:59:01 +08:00
0c9285e534
* Update to version 1.0.0 Some patches were removed since they are no longer required. Indeed, the repository https://github.com/redis/hiredis@v1.0.0 fixes many of the issues our patches were adressing. * Fix cmake targets for ssl feature
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
Source: hiredis
|
|
Version: 1.0.0
|
|
Port-Version: 0
|
|
Homepage: https://github.com/redis/hiredis
|
|
Description: Hiredis is a minimalistic C client library for the Redis database.
|
|
|
|
Feature: ssl
|
|
Description: Build hiredis_ssl for SSL support
|
|
Build-Depends: openssl
|
|
|
|
Feature: example
|
|
Description: Build example
|
|
Build-Depends: libevent, pthread, libuv |