mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-01 23:58:25 -05:00
10 lines
282 B
JSON
Executable File
10 lines
282 B
JSON
Executable File
{
|
|
"name": "continuable",
|
|
"version-string": "4.1.0",
|
|
"description": "C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)",
|
|
"homepage": "https://naios.github.io/continuable/",
|
|
"dependencies": [
|
|
"function2"
|
|
]
|
|
}
|