vcpkg/ports/poco/CONTROL
Jocelyn GENNESSEAUX e16cf98a5b [poco] pre 2.0.0 (#5503)
* [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
2019-03-08 16:18:22 -08:00

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