aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index d2b4684..0023718 100644
--- a/packages.json
+++ b/packages.json
@@ -1767,5 +1767,14 @@
"description": "Cross-platform GUI framework",
"license": "BSD",
"web": "https://github.com/yglukhov/nimx"
+ },
+ {
+ "name": "memo",
+ "url": "https://github.com/andreaferretti/memo",
+ "method": "git",
+ "tags": ["memo", "memoization", "memoize", "cache"],
+ "description": "Memoize Nim functions",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/andreaferretti/memo"
}
]