mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:39:01 +08:00
18 lines
483 B
Plaintext
18 lines
483 B
Plaintext
Source: libmariadb
|
|
Version: 3.1.10
|
|
Port-Version: 5
|
|
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 |