aboutsummaryrefslogtreecommitdiff
path: root/ports/libcds/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-27 09:42:50 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-02-27 09:43:22 -0800
commit0c468df7c75831cb61f7b2e833c3f42d86fa558c (patch)
tree1f4e7660199a3c99d4f8480c7ab0de209c79347f /ports/libcds/CONTROL
parentee3f0af2319e7fe19355e6ec80593c4fdba1ca72 (diff)
downloadvcpkg-0c468df7c75831cb61f7b2e833c3f42d86fa558c.tar.gz
vcpkg-0c468df7c75831cb61f7b2e833c3f42d86fa558c.zip
[libcds] Initial commit of 2.3.2
Diffstat (limited to 'ports/libcds/CONTROL')
-rw-r--r--ports/libcds/CONTROL4
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.