mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:49:00 +08:00
7c89056c07
* [libodb-mysql] Fix usage * update version record * Revert changes about target name, add usage * [libodb] Add component mysql * update version record
12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"name": "libodb-mysql",
|
|
"version": "2.4.0",
|
|
"port-version": 8,
|
|
"description": "MySQL support for the ODB ORM library",
|
|
"homepage": "https://www.codesynthesis.com/products/odb/",
|
|
"dependencies": [
|
|
"libmysql",
|
|
"libodb"
|
|
]
|
|
}
|