From 33c26593dd1be693a90a6ab447c35fff8ea5be76 Mon Sep 17 00:00:00 2001 From: Gaspard Kirira Date: Thu, 9 Apr 2026 12:04:49 +0300 Subject: [PATCH] registry: your-namespace/test-lib v0.1.0 --- index/your-namespace.test-lib.json | 66 ++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 index/your-namespace.test-lib.json diff --git a/index/your-namespace.test-lib.json b/index/your-namespace.test-lib.json new file mode 100644 index 0000000..252d806 --- /dev/null +++ b/index/your-namespace.test-lib.json @@ -0,0 +1,66 @@ +{ + "api": { + "format": "vix-api-1", + "generatedBy": "vix-cli", + "path": "vix.api.json", + "updatedAt": "2026-04-09T09:04:44Z" + }, + "constraints": { + "minCppStandard": "c++17", + "platforms": [ + "linux", + "macos", + "windows" + ] + }, + "dependencies": { + "git": [], + "registry": [], + "system": [] + }, + "description": "A tiny header-only C++ library.", + "displayName": "test-lib", + "documentation": "https://github.com/GaspardKirira/test-lib#readme", + "exports": { + "headers": [ + "test-lib/test-lib.hpp" + ], + "modules": [ + "test-lib/test-lib.hpp" + ], + "namespaces": [] + }, + "homepage": "https://github.com/GaspardKirira/test-lib", + "keywords": [ + "cpp", + "header-only", + "vix" + ], + "license": "MIT", + "maintainers": [ + { + "github": "your-namespace", + "name": "Gaspard Kirira" + } + ], + "manifestPath": "vix.json", + "name": "test-lib", + "namespace": "your-namespace", + "quality": { + "ci": [], + "hasDocs": true, + "hasExamples": true, + "hasTests": true + }, + "repo": { + "defaultBranch": "main", + "url": "https://github.com/GaspardKirira/test-lib" + }, + "type": "header-only", + "versions": { + "0.1.0": { + "commit": "3df2517f1dcc10d5a58e73bb097e9d535cc1a69b", + "tag": "v0.1.0" + } + } +}