2021-04-08 03:25:49 +08:00
|
|
|
{
|
|
|
|
"name": "libmariadb",
|
|
|
|
"version-semver": "3.1.12",
|
2021-07-23 07:19:26 +08:00
|
|
|
"port-version": 2,
|
2021-04-08 03:25:49 +08:00
|
|
|
"description": "MariaDB Connector/C is used to connect C/C++ applications to MariaDB and MySQL databases",
|
|
|
|
"homepage": "https://github.com/MariaDB/mariadb-connector-c",
|
|
|
|
"default-features": [
|
|
|
|
"openssl",
|
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"iconv": {
|
|
|
|
"description": "Enables character set conversion",
|
|
|
|
"dependencies": [
|
|
|
|
"libiconv"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"openssl": {
|
|
|
|
"description": "Enable SSL support",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"zlib": {
|
|
|
|
"description": "Use internal zlib",
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|