mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 20:59:00 +08:00
b54e364833
* RESTinio updated to v.0.7.0. * Fix manifest format. * x-add-version for RESTinio-0.7.0. * Remove files that not needed anymore. * x-add-version for updated RESTinio port. * Remove comment with vim settings. * x-add-version for updated RESTinio's portfile.
22 lines
506 B
JSON
22 lines
506 B
JSON
{
|
|
"name": "restinio",
|
|
"version": "0.7.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|