aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/atomic-queue/vcpkg.json
blob: aec7b408ad4279aa72dae32bc672d771992e4622 (plain)
1
2
3
4
5
6
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"
}