vcpkg/ports/concurrencpp/vcpkg.json
Mengna Li a425267b97
[concurrencpp] fix supports (#25884)
* fix supports

* update
2022-07-20 15:43:31 -07:00

19 lines
488 B
JSON

{
"name": "concurrencpp",
"version": "0.1.4",
"port-version": 1,
"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
}
]
}