mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:39:01 +08:00
477ff8bc7c
* RESTinio updated to 0.6.14. * Fix for RESTinio's vcpkg.json. * x-add-version for RESTinio. * Fixes for RESTinio vcpkg.json and portfile.cmake files. * x-add-version for RESTinio.
21 lines
491 B
JSON
21 lines
491 B
JSON
{
|
|
"name": "restinio",
|
|
"version": "0.6.14",
|
|
"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
|
|
}
|
|
]
|
|
}
|