aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/atomic-queue/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/atomic-queue/vcpkg.json')
-rw-r--r--vcpkg/ports/atomic-queue/vcpkg.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/atomic-queue/vcpkg.json b/vcpkg/ports/atomic-queue/vcpkg.json
new file mode 100644
index 0000000..aec7b40
--- /dev/null
+++ b/vcpkg/ports/atomic-queue/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "atomic-queue",
+ "version": "1.7.1",
+ "description": "Minimalistic header-only thread-safe ultra-low-latency multiple-producer-multiple-consumer lockless queues based on circular buffer with std::atomic.",
+ "homepage": "https://github.com/max0x7ba/atomic_queue",
+ "license": "MIT"
+}