From 369cf81b4ccb2317aa125072259e564e778efa11 Mon Sep 17 00:00:00 2001 From: technicallyagd <43739261+technicallyagd@users.noreply.github.com> Date: Wed, 5 Dec 2018 01:07:30 +0800 Subject: [PATCH] Add package unpack (#953) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index b167605..2956008 100644 --- a/packages.json +++ b/packages.json @@ -11771,5 +11771,22 @@ "description": "bindings to cimgui - https://github.com/cimgui/cimgui", "license": "MIT", "web": "https://github.com/zacharycarter/nimgui" + }, + { + "name": "unpack", + "url": "https://github.com/technicallyagd/unpack", + "method": "git", + "tags": [ + "unpack", + "seq", + "array", + "object", + "destructuring", + "destructure", + "unpacking" + ], + "description": "Array/Sequence/Object destructuring/unpacking macro", + "license": "MIT", + "web": "https://github.com/technicallyagd/unpack" } ]