vcpkg/ports/continuable/vcpkg.json
2023-10-02 20:50:10 -07:00

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
}
]
}