mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 02:59:01 +08:00
4aa08938a2
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
17 lines
466 B
Plaintext
17 lines
466 B
Plaintext
Source: libmariadb
|
|
Version: 3.1.10
|
|
Homepage: https://github.com/MariaDB/mariadb-connector-c
|
|
Description: MariaDB Connector/C is used to connect C/C++ applications to MariaDB and MySQL databases
|
|
Default-Features: zlib, openssl
|
|
|
|
Feature: zlib
|
|
Build-Depends: zlib
|
|
Description: Use internal zlib
|
|
|
|
Feature: openssl
|
|
Build-Depends: openssl
|
|
Description: Enable SSL support
|
|
|
|
Feature: iconv
|
|
Build-Depends: libiconv
|
|
Description: Enables character set conversion |