From 80af4a5ac3d738269491392a38b66c724a4def9f Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Tue, 7 Jan 2025 19:12:26 +0000 Subject: [PATCH] add 0x5eal/unzip@0.0.1-rc.2 luau --- 0x5eal/unzip | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/0x5eal/unzip b/0x5eal/unzip index a4c7b90..4f9e446 100644 --- a/0x5eal/unzip +++ b/0x5eal/unzip @@ -12,3 +12,18 @@ lib = "lib/init.luau" ["0.0.1-rc.1 luau".dependencies] frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] + +["0.0.1-rc.2 luau"] +published_at = "2025-01-07T19:12:26.631666890Z" +description = "Unzip implementation in pure Luau" +license = "MIT" +authors = ["Erica Marigold "] +repository = "https://github.com/0x5eal/luau-unzip" + +["0.0.1-rc.2 luau".target] +environment = "luau" +lib = "lib/init.luau" + +["0.0.1-rc.2 luau".dependencies] +frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] +stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]