vcpkg/ports/restbed/vcpkg.json

17 lines
401 B
JSON
Raw Normal View History

{
"name": "restbed",
"version-string": "4.7",
"description": "Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.",
"dependencies": [
"asio"
],
"features": {
"openssl": {
"description": "Secure over the wire communication allowing you to transmit private data online.",
"dependencies": [
"openssl"
]
}
}
}