diff options
| author | kyp <kyp108@gmail.com> | 2019-04-26 21:28:13 +0200 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-04-26 12:28:13 -0700 |
| commit | dad83076181775ff76e740d2943d19fdd5eec138 (patch) | |
| tree | edbabc213db621941a898187f969c25c771d841e /ports/stlab/CONTROL | |
| parent | 7b3d86b9333280ecd244038db9e299ffab975b1b (diff) | |
| download | vcpkg-dad83076181775ff76e740d2943d19fdd5eec138.tar.gz vcpkg-dad83076181775ff76e740d2943d19fdd5eec138.zip | |
[stlab] update to v1.4.1 (#6209)
* [stlab] update to v1.4.1
[stlab] update head reference
* [stlab] fix osx build
Diffstat (limited to 'ports/stlab/CONTROL')
| -rw-r--r-- | ports/stlab/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/stlab/CONTROL b/ports/stlab/CONTROL index c1a752a5e..01651f59b 100644 --- a/ports/stlab/CONTROL +++ b/ports/stlab/CONTROL @@ -1,5 +1,6 @@ Source: stlab
-Version: 1.3.3
+Version: 1.4.1
Description:
stlab is the ongoing work of what was Adobe’s 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.
\ No newline at end of file + 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 |
