Skip to content

Commit f784ced

Browse files
committed
Add vix.json for @vix/sync module (header-and-source)
1 parent 3cb730b commit f784ced

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

vix.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "sync",
3+
"namespace": "vix",
4+
"version": "0.1.0",
5+
"type": "header-and-source",
6+
"include": "include",
7+
"src": "src",
8+
"license": "MIT",
9+
"description": "Reliable synchronization engine for Vix.cpp: WAL-based operations, outbox queue, retry policies, and sync engine utilities.",
10+
"keywords": [
11+
"cpp",
12+
"vix",
13+
"sync",
14+
"synchronization",
15+
"wal",
16+
"outbox",
17+
"retry",
18+
"operations",
19+
"engine"
20+
],
21+
"repository": "https://github.com/vixcpp/sync",
22+
"authors": [
23+
{
24+
"name": "Gaspard Kirira",
25+
"github": "Gaspardkirira"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)