From 80f8fc12a7c8d179c98944b42e6e5fbc7d3dc51c Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Sat, 25 Jul 2026 15:41:58 +0800 Subject: [PATCH] fix(index): remove duplicate capi identity --- pkgs/c/capi.lua.lua | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 pkgs/c/capi.lua.lua diff --git a/pkgs/c/capi.lua.lua b/pkgs/c/capi.lua.lua deleted file mode 100644 index ad22940..0000000 --- a/pkgs/c/capi.lua.lua +++ /dev/null @@ -1,42 +0,0 @@ --- Form A descriptor: the upstream repo ships its own mcpp.toml from --- 0.0.3 onwards, so we omit the `mcpp` field — mcpp default-look-up --- finds /lua-/mcpp.toml inside the GitHub tarball wrap. -package = { - spec = "1", - namespace = "mcpplibs.capi", - name = "mcpplibs.capi.lua", - description = "C++23 module wrapping the Lua 5.4 C API — `import mcpplibs.capi.lua;`", - licenses = {"Apache-2.0"}, - repo = "https://github.com/mcpplibs/lua", - type = "package", - - xpm = { - linux = { - ["0.0.3"] = { - url = { - GLOBAL = "https://github.com/mcpplibs/lua/archive/refs/tags/0.0.3.tar.gz", - CN = "https://gitcode.com/mcpp-res/capi.lua/releases/download/0.0.3/capi.lua-0.0.3.tar.gz", - }, - sha256 = "f7f46c3cd193dc4527be5f3e5cfc29d7e322d5d3db56b9bdb060f289090088d6", - }, - }, - macosx = { - ["0.0.3"] = { - url = { - GLOBAL = "https://github.com/mcpplibs/lua/archive/refs/tags/0.0.3.tar.gz", - CN = "https://gitcode.com/mcpp-res/capi.lua/releases/download/0.0.3/capi.lua-0.0.3.tar.gz", - }, - sha256 = "f7f46c3cd193dc4527be5f3e5cfc29d7e322d5d3db56b9bdb060f289090088d6", - }, - }, - windows = { - ["0.0.3"] = { - url = { - GLOBAL = "https://github.com/mcpplibs/lua/archive/refs/tags/0.0.3.tar.gz", - CN = "https://gitcode.com/mcpp-res/capi.lua/releases/download/0.0.3/capi.lua-0.0.3.tar.gz", - }, - sha256 = "f7f46c3cd193dc4527be5f3e5cfc29d7e322d5d3db56b9bdb060f289090088d6", - }, - }, - }, -}