aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/stlab/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/stlab/vcpkg.json')
-rw-r--r--vcpkg/ports/stlab/vcpkg.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/stlab/vcpkg.json b/vcpkg/ports/stlab/vcpkg.json
new file mode 100644
index 0000000..5563959
--- /dev/null
+++ b/vcpkg/ports/stlab/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "stlab",
+ "version": "2.0.2",
+ "description": [
+ "stlab is the ongoing work of what was Adobe Software Technology Lab.",
+ "The Concurrency library provides futures and channels, high level constructs for implementing algorithms that eases the use of multiple CPU cores while minimizing contention. This library solves several problems of the C++11 and C++17 TS futures."
+ ],
+ "homepage": "https://github.com/stlab/libraries",
+ "license": "BSL-1.0",
+ "dependencies": [
+ "stlab-copy-on-write",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}