From 51d67d1c0d9e1c4c8b5b0e8fcab3702db2e5fc57 Mon Sep 17 00:00:00 2001 From: hlaaftana <10591326+hlaaftana@users.noreply.github.com> Date: Wed, 9 Dec 2020 19:21:52 +0300 Subject: [PATCH] Add package applicates (#1742) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 32caee0..54c1048 100644 --- a/packages.json +++ b/packages.json @@ -20711,6 +20711,20 @@ "license": "MIT", "web": "https://github.com/unimorg/unimcli" }, + { + "name": "applicates", + "url": "https://github.com/hlaaftana/applicates", + "method": "git", + "tags": [ + "sugar", + "macros", + "template", + "functional" + ], + "description": "\"pointers\" to cached AST that instantiate routines when called", + "license": "MIT", + "web": "https://hlaaftana.github.io/applicates/applicates.html" + }, { "name": "timelog", "url": "https://github.com/Clonkk/timelog",