mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
19 lines
424 B
JSON
19 lines
424 B
JSON
{
|
|
"name": "continuable",
|
|
"version": "4.2.2",
|
|
"description": "C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)",
|
|
"homepage": "https://naios.github.io/continuable/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"function2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|