]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libmariadb/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libmariadb / vcpkg.json
1 {
2 "name": "libmariadb",
3 "version-semver": "3.1.12",
4 "port-version": 1,
5 "description": "MariaDB Connector/C is used to connect C/C++ applications to MariaDB and MySQL databases",
6 "homepage": "https://github.com/MariaDB/mariadb-connector-c",
7 "default-features": [
8 "openssl",
9 "zlib"
10 ],
11 "features": {
12 "iconv": {
13 "description": "Enables character set conversion",
14 "dependencies": [
15 "libiconv"
16 ]
17 },
18 "openssl": {
19 "description": "Enable SSL support",
20 "dependencies": [
21 "openssl"
22 ]
23 },
24 "zlib": {
25 "description": "Use internal zlib",
26 "dependencies": [
27 "zlib"
28 ]
29 }
30 }
31 }