aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/continuable/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/continuable/vcpkg.json')
-rw-r--r--vcpkg/ports/continuable/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/continuable/vcpkg.json b/vcpkg/ports/continuable/vcpkg.json
new file mode 100644
index 0000000..8ed3a9e
--- /dev/null
+++ b/vcpkg/ports/continuable/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "continuable",
+ "version": "4.2.2",
+ "description": "C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)",
+ "homepage": "https://naios.github.io/continuable/",
+ "license": "MIT",
+ "dependencies": [
+ "function2",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}