11 lines
245 B
JSON
Executable file
11 lines
245 B
JSON
Executable file
{
|
|
"name": "coroutine",
|
|
"version": "1.5.0",
|
|
"port-version": 4,
|
|
"description": "C++ 20 Coroutines helper/example library",
|
|
"homepage": "https://github.com/luncliff/coroutine",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"ms-gsl"
|
|
]
|
|
}
|