mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 08:39:06 +08:00
e16cf98a5b
* [poco] pre 2.0.0 - Updated to the latest compiling commit - Added SQLite support - Added PDF support - Added MariaDB support - Added PostgreSQL support * Additional include files not part of any libraries * DataException is no more part of Poco::Data * [3fd] Patch 3fd to comply with poco-2.0.0pre
17 lines
535 B
Plaintext
17 lines
535 B
Plaintext
Source: poco
|
|
Version: 2.0.0-pre
|
|
Build-Depends: expat, libpq, pcre, sqlite3, zlib
|
|
Description: Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems. (https://github.com/pocoproject/poco)
|
|
|
|
Feature: mysql
|
|
Build-Depends: libmysql
|
|
Description: Mysql support for POCO
|
|
|
|
Feature: mariadb
|
|
Build-Depends: libmariadb
|
|
Description: MariaDB support for POCO
|
|
|
|
Feature: postgresql
|
|
Build-Depends: libpqxx
|
|
Description: PostgreSQL support for POCO
|