mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:19:00 +08:00
fc761ebb72
* [hiredis] Fix feature ssl build error on windows * Fix feature example build error on windows
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
Source: hiredis
|
|
Version: 2019-11-2
|
|
Port-Version: 2
|
|
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 |