vcpkg/ports/restinio/vcpkg.json

21 lines
491 B
JSON
Raw Normal View History

2020-10-24 02:54:16 +08:00
{
"name": "restinio",
"version": "0.6.19",
2020-10-24 02:54:16 +08:00
"description": "A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests.",
"homepage": "https://github.com/Stiffstream/restinio",
"license": "BSD-3-Clause",
"dependencies": [
"asio",
"fmt",
"http-parser",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
2020-10-24 02:54:16 +08:00
]
}