aboutsummaryrefslogtreecommitdiff
path: root/ports/libcds
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libcds')
-rw-r--r--ports/libcds/CONTROL5
-rw-r--r--ports/libcds/vcpkg.json11
2 files changed, 11 insertions, 5 deletions
diff --git a/ports/libcds/CONTROL b/ports/libcds/CONTROL
deleted file mode 100644
index 5c3062318..000000000
--- a/ports/libcds/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: libcds
-Version: 2.3.3
-Build-Depends: boost-system, boost-thread
-Homepage: https://github.com/khizmax/libcds
-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.
diff --git a/ports/libcds/vcpkg.json b/ports/libcds/vcpkg.json
new file mode 100644
index 000000000..2464e61ce
--- /dev/null
+++ b/ports/libcds/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "libcds",
+ "version-string": "2.3.3",
+ "port-version": 1,
+ "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",
+ "dependencies": [
+ "boost-system",
+ "boost-thread"
+ ]
+}