vcpkg/ports/atomic-queue/vcpkg.json

8 lines
297 B
JSON
Raw Normal View History

{
"name": "atomic-queue",
2023-12-21 04:29:28 +08:00
"version": "1.5",
"description": "Minimalistic header-only thread-safe ultra-low-latency multiple-producer-multiple-consumer lockless queues based on circular buffer with std::atomic.",
2023-12-21 04:29:28 +08:00
"homepage": "https://github.com/max0x7ba/atomic_queue",
"license": "MIT"
}