diff --git a/index/gk.acl.json b/index/gk.acl.json new file mode 100644 index 0000000..3214cee --- /dev/null +++ b/index/gk.acl.json @@ -0,0 +1,72 @@ +{ + "api": { + "format": "vix-api-1", + "generatedBy": "vix-cli", + "path": "vix.api.json", + "updatedAt": "2026-03-05T14:46:29Z" + }, + "constraints": { + "minCppStandard": "c++17", + "platforms": [ + "linux", + "macos", + "windows" + ] + }, + "dependencies": { + "git": [], + "registry": [], + "system": [] + }, + "description": "Minimal Access Control List (ACL) utilities for C++.", + "displayName": "acl", + "documentation": "https://github.com/GaspardKirira/acl#readme", + "exports": { + "headers": [ + "acl/acl.hpp" + ], + "modules": [ + "acl/acl.hpp" + ], + "namespaces": [] + }, + "homepage": "https://github.com/GaspardKirira/acl", + "keywords": [ + "acl", + "access-control", + "authorization", + "permissions", + "security", + "auth", + "cpp", + "header-only", + "vix" + ], + "license": "MIT", + "maintainers": [ + { + "github": "gk", + "name": "Gaspard Kirira" + } + ], + "manifestPath": "vix.json", + "name": "acl", + "namespace": "gk", + "quality": { + "ci": [], + "hasDocs": true, + "hasExamples": true, + "hasTests": true + }, + "repo": { + "defaultBranch": "main", + "url": "https://github.com/GaspardKirira/acl" + }, + "type": "header-only", + "versions": { + "0.1.0": { + "commit": "360c87043beb7dad16a495e98c18d635f49adb24", + "tag": "v0.1.0" + } + } +}