mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:09:00 +08:00
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "mpmcqueue",
|
|
"version-date": "2021-12-01",
|
|
"description": "A bounded multi-producer multi-consumer lock-free queue written in C++11",
|
|
"homepage": "https://github.com/rigtorp/MPMCQueue",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|