Skip to content

Commit fae533b

Browse files
committed
Add vix.json for @vix/async module
1 parent abfc1c5 commit fae533b

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

vix.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "async",
3+
"namespace": "vix",
4+
"version": "0.1.0",
5+
"type": "header-and-source",
6+
"include": "include",
7+
"src": "src",
8+
"license": "MIT",
9+
"description": "Low-level async runtime (scheduler, coroutines, timers, thread pool) for Vix.cpp",
10+
"keywords": [
11+
"cpp",
12+
"vix",
13+
"async",
14+
"coroutines",
15+
"scheduler",
16+
"thread-pool",
17+
"timers",
18+
"runtime"
19+
],
20+
"repository": "https://github.com/vixcpp/async",
21+
"authors": [
22+
{
23+
"name": "Gaspard Kirira",
24+
"github": "Gaspardkirira"
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)