mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 11:49:04 +08:00
6739ac6ca7
* Update concurrencpp to 0.1.4 * Update CI baseline * Update ports/concurrencpp/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Add license * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
19 lines
517 B
JSON
19 lines
517 B
JSON
{
|
|
"name": "concurrencpp",
|
|
"version": "0.1.4",
|
|
"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",
|
|
"supports": "(windows & static) | linux | osx",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|