2
0
mirror of https://github.com/boostorg/cobalt.git synced 2026-01-19 16:12:15 +00:00
Files
cobalt/meta/libraries.json
2023-10-17 23:06:47 +08:00

18 lines
357 B
JSON

{
"key": "cobalt",
"name": "Cobalt",
"authors": [
"Klemens Morgenstern"
],
"maintainers": [
"Klemens Morgenstern <klemens -dot- d -dot- morgenstern -at- gmail.com>"
],
"description": "Coroutines. Basic Algorithms & Types",
"category": [
"Concurrent",
"Coroutines",
"Awaitables",
"Asynchronous"
],
"cxxstd": "20"
}