mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 14:18:24 -05:00
8 lines
237 B
JSON
Executable File
8 lines
237 B
JSON
Executable File
{
|
|
"name": "spscqueue",
|
|
"version-string": "1.1",
|
|
"port-version": 1,
|
|
"description": "A bounded single-producer single-consumer wait-free and lock-free queue written in C++11",
|
|
"homepage": "https://github.com/rigtorp/SPSCQueue"
|
|
}
|