Skip to content

Commit e1ffd41

Browse files
registry: unpublish your-namespace/test-lib (#324)
1 parent fc55c7b commit e1ffd41

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

index/softadastra.softadastra.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"api": {
3+
"format": "vix-api-1",
4+
"generatedBy": "vix-cli",
5+
"path": "vix.api.json",
6+
"updatedAt": "2026-04-07T12:37:55Z"
7+
},
8+
"constraints": {
9+
"minCppStandard": "c++17",
10+
"platforms": [
11+
"linux",
12+
"macos",
13+
"windows"
14+
]
15+
},
16+
"dependencies": {
17+
"git": [],
18+
"registry": [],
19+
"system": []
20+
},
21+
"description": "Softadastra umbrella project for building core modules, optional apps, and top-level examples.",
22+
"displayName": "softadastra",
23+
"documentation": "https://github.com/softadastra/softadastra#readme",
24+
"exports": {
25+
"headers": [],
26+
"modules": [],
27+
"namespaces": []
28+
},
29+
"homepage": "https://github.com/softadastra/softadastra",
30+
"keywords": [
31+
"softadastra",
32+
"umbrella",
33+
"offline-first",
34+
"distributed-systems",
35+
"p2p",
36+
"sync",
37+
"wal",
38+
"filesystem",
39+
"metadata",
40+
"transport",
41+
"discovery",
42+
"c++",
43+
"cpp",
44+
"c++20",
45+
"project"
46+
],
47+
"license": "MIT",
48+
"maintainers": [
49+
{
50+
"github": "softadastra",
51+
"name": "Gaspard Kirira"
52+
}
53+
],
54+
"manifestPath": "vix.json",
55+
"name": "softadastra",
56+
"namespace": "softadastra",
57+
"quality": {
58+
"ci": [],
59+
"hasDocs": true,
60+
"hasExamples": true,
61+
"hasTests": false
62+
},
63+
"repo": {
64+
"defaultBranch": "main",
65+
"url": "https://github.com/softadastra/softadastra"
66+
},
67+
"type": "header-only",
68+
"versions": {
69+
"0.4.0": {
70+
"commit": "7fdaa8b1e184bfba3bd72acdc5c6afd787ae2f1f",
71+
"tag": "v0.4.0"
72+
}
73+
}
74+
}

0 commit comments

Comments
 (0)