From f02f5b831adb9c1aef0245a051bca40b726c52ed Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Wed, 8 Jan 2025 16:07:23 +0000 Subject: [PATCH] add 0x5eal/unzip@0.0.1 luau --- 0x5eal/unzip | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/0x5eal/unzip b/0x5eal/unzip index 4f9e446..afe658a 100644 --- a/0x5eal/unzip +++ b/0x5eal/unzip @@ -27,3 +27,19 @@ 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"] + +["0.0.1 luau"] +published_at = "2025-01-08T16:07:23.326590748Z" +description = "Unzip implementation in pure Luau" +license = "MIT" +authors = ["Erica Marigold "] +repository = "https://github.com/0x5eal/luau-unzip" + +["0.0.1 luau".target] +environment = "luau" +lib = "lib/init.luau" + +["0.0.1 luau".dependencies] +asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"] +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"]