vcpkg/ports/hiredis/CONTROL
Kevin Lalumiere 0c9285e534
[hiredis] update to 1.0.0 (Fix #13256) (#14734)
* 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
2020-11-30 10:17:12 -08:00

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