mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 16:29:07 +08:00
9d1ffee0e1
* Add support for soci-mysql connector * Better fix to support soci-mysql connector * SOCI Port-Version, mysql options * Do not add the options several times * Remove extra parenthesis * [soci] Correct cmake config file name * update baseline Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
25 lines
547 B
Plaintext
25 lines
547 B
Plaintext
Source: soci
|
|
Version: 4.0.1
|
|
Port-Version: 1
|
|
Homepage: https://github.com/SOCI/soci
|
|
Description: SOCI database access library
|
|
|
|
Feature: boost
|
|
Build-Depends: boost-date-time, boost-fusion, boost-optional, boost-preprocessor, boost-tuple
|
|
Description: Integration with Boost
|
|
|
|
Feature: sqlite3
|
|
Build-Depends: sqlite3
|
|
Description: Build sqlite3 backend
|
|
|
|
Feature: postgresql
|
|
Build-Depends: libpq
|
|
Description: Build postgresql backend
|
|
|
|
Feature: odbc
|
|
Description: Build odbc backend
|
|
|
|
Feature: mysql
|
|
Build-Depends: libmysql
|
|
Description: Build mysql backend
|