2020-10-31 03:47:16 +08:00
|
|
|
{
|
|
|
|
"name": "restbed",
|
2021-11-23 07:26:45 +08:00
|
|
|
"version": "4.8",
|
2023-06-16 05:49:00 +08:00
|
|
|
"port-version": 3,
|
2020-10-31 03:47:16 +08:00
|
|
|
"description": "Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.",
|
2021-11-23 07:26:45 +08:00
|
|
|
"homepage": "https://github.com/corvusoft/restbed",
|
2023-03-03 03:57:05 +08:00
|
|
|
"license": "AGPL-3.0-or-later OR CPL-1.0",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!xbox",
|
2020-10-31 03:47:16 +08:00
|
|
|
"dependencies": [
|
2021-11-23 07:26:45 +08:00
|
|
|
"asio",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2023-03-03 03:57:05 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-11-23 07:26:45 +08:00
|
|
|
}
|
2020-10-31 03:47:16 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"openssl": {
|
|
|
|
"description": "Secure over the wire communication allowing you to transmit private data online.",
|
|
|
|
"dependencies": [
|
2021-11-23 07:26:45 +08:00
|
|
|
{
|
|
|
|
"name": "asio",
|
|
|
|
"features": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
2020-10-31 03:47:16 +08:00
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|