diff --git a/index/your-namespace.test-lib.json b/index/your-namespace.test-lib.json deleted file mode 100644 index 4f7b11c..0000000 --- a/index/your-namespace.test-lib.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "api": { - "format": "vix-api-1", - "generatedBy": "vix-cli", - "path": "vix.api.json", - "updatedAt": "2026-04-09T09:08:10Z" - }, - "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" - } - } -}