Skip to content

Commit 4b695fa

Browse files
committed
Add vix.json for @vix/net module (header-and-source)
1 parent 20d747b commit 4b695fa

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

vix.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "net",
3+
"namespace": "vix",
4+
"version": "0.1.0",
5+
"type": "header-and-source",
6+
"include": "include",
7+
"src": "src",
8+
"license": "MIT",
9+
"description": "Networking utilities for Vix.cpp: network probing and diagnostics.",
10+
"keywords": [
11+
"cpp",
12+
"vix",
13+
"network",
14+
"probe",
15+
"diagnostics",
16+
"utilities"
17+
],
18+
"repository": "https://github.com/vixcpp/net",
19+
"authors": [
20+
{
21+
"name": "Gaspard Kirira",
22+
"github": "Gaspardkirira"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)