aboutsummaryrefslogtreecommitdiff
path: root/ports/stlab
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stlab')
-rw-r--r--ports/stlab/CONTROL6
-rw-r--r--ports/stlab/vcpkg.json15
2 files changed, 15 insertions, 6 deletions
diff --git a/ports/stlab/CONTROL b/ports/stlab/CONTROL
deleted file mode 100644
index 1f6d6c858..000000000
--- a/ports/stlab/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: stlab
-Version: 1.6.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.
-Build-Depends: boost-variant (osx) \ No newline at end of file
diff --git a/ports/stlab/vcpkg.json b/ports/stlab/vcpkg.json
new file mode 100644
index 000000000..a3041dca7
--- /dev/null
+++ b/ports/stlab/vcpkg.json
@@ -0,0 +1,15 @@
+{
+ "name": "stlab",
+ "version-string": "1.6.2",
+ "port-version": 1,
+ "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."
+ ],
+ "dependencies": [
+ {
+ "name": "boost-variant",
+ "platform": "osx"
+ }
+ ]
+}