diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-27 09:42:50 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-27 09:43:22 -0800 |
| commit | 0c468df7c75831cb61f7b2e833c3f42d86fa558c (patch) | |
| tree | 1f4e7660199a3c99d4f8480c7ab0de209c79347f /ports/libcds/CONTROL | |
| parent | ee3f0af2319e7fe19355e6ec80593c4fdba1ca72 (diff) | |
| download | vcpkg-0c468df7c75831cb61f7b2e833c3f42d86fa558c.tar.gz vcpkg-0c468df7c75831cb61f7b2e833c3f42d86fa558c.zip | |
[libcds] Initial commit of 2.3.2
Diffstat (limited to 'ports/libcds/CONTROL')
| -rw-r--r-- | ports/libcds/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/libcds/CONTROL b/ports/libcds/CONTROL new file mode 100644 index 000000000..9b0f4c73a --- /dev/null +++ b/ports/libcds/CONTROL @@ -0,0 +1,4 @@ +Source: libcds +Version: 2.3.2 +Build-Depends: boost-system, boost-thread +Description: a collection of concurrent containers that don't require external (manual) synchronization for shared access, and safe memory reclamation (SMR) algorithms like Hazard Pointer and user-space RCU that is used as an epoch-based SMR. |
