mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:09:07 +08:00
695a696619
* RESTinio updated to v.0.7.1. * Fix format for manifest file. * x-add-version for RESTinio-0.7.1. * Fix port for RESTinio v.0.7.1. * x-add-version for fixed RESTinio port.
22 lines
506 B
JSON
22 lines
506 B
JSON
{
|
|
"name": "restinio",
|
|
"version": "0.7.1",
|
|
"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",
|
|
"expected-lite",
|
|
"fmt",
|
|
"llhttp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|