mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:29:07 +08:00
d962dc7d65
* [control file] Add optional 'Homepage' tag This allows a 'Homepage' tag to be added to a port in order to support changes such as PR #2933. It currently does not do anything with it. * [docs] Add Homepage to the control file documentation * move urls from descriptions to homepage field.
18 lines
545 B
Plaintext
18 lines
545 B
Plaintext
Source: poco
|
|
Version: 2.0.0-pre-1
|
|
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.
|
|
Homepage: 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
|