vcpkg/ports/continuable/vcpkg.json

19 lines
424 B
JSON
Raw Normal View History

{
"name": "continuable",
"version": "4.2.0",
"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
}
]
}