]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/poco/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / poco / vcpkg.json
1 {
2 "name": "poco",
3 "version-semver": "1.10.1",
4 "port-version": 5,
5 "description": "Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems.",
6 "homepage": "https://github.com/pocoproject/poco",
7 "supports": "!uwp",
8 "dependencies": [
9 "expat",
10 "pcre",
11 "zlib"
12 ],
13 "features": {
14 "mariadb": {
15 "description": "MariaDB support for POCO",
16 "dependencies": [
17 "libmariadb"
18 ]
19 },
20 "mysql": {
21 "description": "Mysql support for POCO",
22 "dependencies": [
23 "libmysql"
24 ]
25 },
26 "netssl": {
27 "description": "NetSSL support for POCO",
28 "dependencies": [
29 {
30 "name": "openssl",
31 "platform": "!windows"
32 }
33 ]
34 },
35 "pdf": {
36 "description": "Haru support for POCO",
37 "dependencies": [
38 "libharu"
39 ]
40 },
41 "postgresql": {
42 "description": "PostgreSQL support for POCO",
43 "dependencies": [
44 "libpqxx"
45 ]
46 },
47 "sqlite3": {
48 "description": "Sqlite3 support for POCO",
49 "dependencies": [
50 "sqlite3"
51 ]
52 }
53 }
54 }