Skip to content

Commit 194956e

Browse files
committed
Add vix.json for @vix/utils module
1 parent a2dbc06 commit 194956e

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

vix.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "utils",
3+
"namespace": "vix",
4+
"version": "0.1.0",
5+
"type": "header-and-source",
6+
"include": "include",
7+
"src": "src",
8+
"license": "MIT",
9+
"description": "General utility components for Vix.cpp: logging, UUID, environment utilities, validation, scope guards, and helper types.",
10+
"keywords": [
11+
"cpp",
12+
"vix",
13+
"utils",
14+
"logging",
15+
"uuid",
16+
"validation",
17+
"env",
18+
"helpers",
19+
"utilities"
20+
],
21+
"repository": "https://github.com/vixcpp/utils",
22+
"authors": [
23+
{
24+
"name": "Gaspard Kirira",
25+
"github": "Gaspardkirira"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)