mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 12:09:01 +08:00
a293ce5897
Co-authored-by: Stanley Pinchak <stanley.pinchak@gmail.com>
19 lines
488 B
JSON
19 lines
488 B
JSON
{
|
|
"name": "concurrencpp",
|
|
"version": "0.1.6",
|
|
"port-version": 2,
|
|
"description": "concurrencpp is a tasking library for C++ allowing developers to write highly concurrent applications easily and safely by using tasks, executors and coroutines.",
|
|
"homepage": "https://github.com/David-Haim/concurrencpp/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|