mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 17:49:00 +08:00
99dc49dae7
* [soci] Fix feature mysql * update version record
41 lines
840 B
JSON
41 lines
840 B
JSON
{
|
|
"name": "soci",
|
|
"version-string": "4.0.1",
|
|
"port-version": 2,
|
|
"description": "SOCI database access library",
|
|
"homepage": "https://github.com/SOCI/soci",
|
|
"features": {
|
|
"boost": {
|
|
"description": "Integration with Boost",
|
|
"dependencies": [
|
|
"boost-date-time",
|
|
"boost-fusion",
|
|
"boost-optional",
|
|
"boost-preprocessor",
|
|
"boost-tuple"
|
|
]
|
|
},
|
|
"mysql": {
|
|
"description": "Build mysql backend",
|
|
"dependencies": [
|
|
"libmysql"
|
|
]
|
|
},
|
|
"odbc": {
|
|
"description": "Build odbc backend"
|
|
},
|
|
"postgresql": {
|
|
"description": "Build postgresql backend",
|
|
"dependencies": [
|
|
"libpq"
|
|
]
|
|
},
|
|
"sqlite3": {
|
|
"description": "Build sqlite3 backend",
|
|
"dependencies": [
|
|
"sqlite3"
|
|
]
|
|
}
|
|
}
|
|
}
|