mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:29:00 +08:00
0371f46507
* RESTinio updated to v0.6.15. * RESTinio-0.6.15 added to baseline. * Update ports/restinio/vcpkg.json as suggested. Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> * Update baseline to RESTinio-0.6.15. * Remove additional version entry Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
21 lines
491 B
JSON
21 lines
491 B
JSON
{
|
|
"name": "restinio",
|
|
"version": "0.6.15",
|
|
"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
|
|
}
|
|
]
|
|
}
|