aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-25 21:02:11 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-25 21:02:11 +0100
commit89daf2164c8160df0e6d793ca0ae4f3c829de9ce (patch)
tree93be5c3c01cf50859331e61ece15f37aa3e37a64
parent9cf6af5a0527e247011ce44b0bed53b7e2cb10aa (diff)
parent0db2a2633c650c4fb8040fb771594dd0c626d4d8 (diff)
downloadpackages-89daf2164c8160df0e6d793ca0ae4f3c829de9ce.tar.gz
packages-89daf2164c8160df0e6d793ca0ae4f3c829de9ce.zip
Merge pull request #198 from andreaferretti/master
Added memo package
-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"
}
]