vcpkg/ports/atomic-queue/vcpkg.json
2024-10-04 11:41:36 -04:00

8 lines
299 B
JSON

{
"name": "atomic-queue",
"version": "1.6.5",
"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"
}