vcpkg/ports/restinio/vcpkg.json
eao197 b54e364833
[restinio] Update to 0.7.0 (#35083)
* 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.
2023-11-15 17:04:11 -08:00

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
}
]
}