From 93a0ce0c7076651cd26022cc8678492f983a1f18 Mon Sep 17 00:00:00 2001 From: Gaspard Kirira Date: Thu, 9 Apr 2026 12:03:13 +0300 Subject: [PATCH] registry: unpublish your-namespace/test-lib --- index/softadastra.softadastra.json | 74 ++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 index/softadastra.softadastra.json diff --git a/index/softadastra.softadastra.json b/index/softadastra.softadastra.json new file mode 100644 index 0000000..b2a42b7 --- /dev/null +++ b/index/softadastra.softadastra.json @@ -0,0 +1,74 @@ +{ + "api": { + "format": "vix-api-1", + "generatedBy": "vix-cli", + "path": "vix.api.json", + "updatedAt": "2026-04-07T12:37:55Z" + }, + "constraints": { + "minCppStandard": "c++17", + "platforms": [ + "linux", + "macos", + "windows" + ] + }, + "dependencies": { + "git": [], + "registry": [], + "system": [] + }, + "description": "Softadastra umbrella project for building core modules, optional apps, and top-level examples.", + "displayName": "softadastra", + "documentation": "https://github.com/softadastra/softadastra#readme", + "exports": { + "headers": [], + "modules": [], + "namespaces": [] + }, + "homepage": "https://github.com/softadastra/softadastra", + "keywords": [ + "softadastra", + "umbrella", + "offline-first", + "distributed-systems", + "p2p", + "sync", + "wal", + "filesystem", + "metadata", + "transport", + "discovery", + "c++", + "cpp", + "c++20", + "project" + ], + "license": "MIT", + "maintainers": [ + { + "github": "softadastra", + "name": "Gaspard Kirira" + } + ], + "manifestPath": "vix.json", + "name": "softadastra", + "namespace": "softadastra", + "quality": { + "ci": [], + "hasDocs": true, + "hasExamples": true, + "hasTests": false + }, + "repo": { + "defaultBranch": "main", + "url": "https://github.com/softadastra/softadastra" + }, + "type": "header-only", + "versions": { + "0.4.0": { + "commit": "7fdaa8b1e184bfba3bd72acdc5c6afd787ae2f1f", + "tag": "v0.4.0" + } + } +}