aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libcds/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libcds/vcpkg.json')
-rw-r--r--vcpkg/ports/libcds/vcpkg.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/libcds/vcpkg.json b/vcpkg/ports/libcds/vcpkg.json
new file mode 100644
index 0000000..ffedd68
--- /dev/null
+++ b/vcpkg/ports/libcds/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "libcds",
+ "version": "2.3.3",
+ "port-version": 4,
+ "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.",
+ "homepage": "https://github.com/khizmax/libcds",
+ "license": "BSL-1.0",
+ "supports": "!(arm & (osx | windows)) & !uwp",
+ "dependencies": [
+ "boost-system",
+ "boost-thread",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}