Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
383 B
JSON

{
"name": "spscqueue",
"version": "1.1",
"port-version": 3,
"description": "A bounded single-producer single-consumer wait-free and lock-free queue written in C++11",
"homepage": "https://github.com/rigtorp/SPSCQueue",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}