2021-03-25 03:57:51 +08:00
{
"name" : "poco" ,
2023-11-06 00:58:57 +08:00
"version" : "1.12.5" ,
2021-03-25 03:57:51 +08:00
"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" ,
2022-03-19 05:04:25 +08:00
"license" : "BSL-1.0" ,
2021-03-25 03:57:51 +08:00
"supports" : "!uwp" ,
"dependencies" : [
"expat" ,
2022-11-01 04:13:06 +08:00
"pcre2" ,
2021-08-03 07:57:14 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
} ,
2021-03-25 03:57:51 +08:00
"zlib"
] ,
"features" : {
2023-03-04 03:50:00 +08:00
"crypto" : {
"description" : "Crypto support" ,
"dependencies" : [
"openssl"
]
} ,
2021-03-25 03:57:51 +08:00
"mariadb" : {
"description" : "MariaDB support for POCO" ,
"dependencies" : [
"libmariadb"
]
} ,
"mysql" : {
"description" : "Mysql support for POCO" ,
"dependencies" : [
"libmysql"
]
} ,
"netssl" : {
2023-03-04 03:50:00 +08:00
"description" : [
"NetSSL support for POCO" ,
"By default, this feature uses the OpenSSL implementation. The `POCO_ENABLE_NETSSL_WIN` triplet variable can be used to switch to the NetSSL_Win module."
] ,
2021-03-25 03:57:51 +08:00
"dependencies" : [
2021-04-08 04:45:09 +08:00
{
2023-03-04 03:50:00 +08:00
"name" : "poco" ,
"default-features" : false ,
"features" : [
"crypto"
]
2021-04-08 04:45:09 +08:00
}
2021-03-25 03:57:51 +08:00
]
} ,
"pdf" : {
"description" : "Haru support for POCO" ,
"dependencies" : [
"libharu"
]
} ,
"postgresql" : {
"description" : "PostgreSQL support for POCO" ,
"dependencies" : [
"libpqxx"
]
} ,
"sqlite3" : {
"description" : "Sqlite3 support for POCO" ,
"dependencies" : [
"sqlite3"
]
}
}
}