aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortechnicallyagd <43739261+technicallyagd@users.noreply.github.com>2018-12-05 01:07:30 +0800
committerMiran <narimiran@disroot.org>2018-12-04 18:07:30 +0100
commit369cf81b4ccb2317aa125072259e564e778efa11 (patch)
treec0e56d0f71cfc4cda024ae0c58708816d0b3f29e
parentc2cd467f65750f0fdd4e4840bf66a63f4d744634 (diff)
downloadpackages-369cf81b4ccb2317aa125072259e564e778efa11.tar.gz
packages-369cf81b4ccb2317aa125072259e564e778efa11.zip
Add package unpack (#953)
-rw-r--r--packages.json17
1 files changed, 17 insertions, 0 deletions
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"
}
]