aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/restinio/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/restinio/vcpkg.json')
-rw-r--r--vcpkg/ports/restinio/vcpkg.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/restinio/vcpkg.json b/vcpkg/ports/restinio/vcpkg.json
new file mode 100644
index 0000000..0d394ee
--- /dev/null
+++ b/vcpkg/ports/restinio/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "restinio",
+ "version": "0.7.8",
+ "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
+ }
+ ]
+}