diff options
| author | Andrea Ferretti <ferrettiandrea@gmail.com> | 2015-06-25 20:32:44 +0200 |
|---|---|---|
| committer | Andrea Ferretti <ferrettiandrea@gmail.com> | 2015-06-25 20:32:44 +0200 |
| commit | 0db2a2633c650c4fb8040fb771594dd0c626d4d8 (patch) | |
| tree | 93be5c3c01cf50859331e61ece15f37aa3e37a64 | |
| parent | 9cf6af5a0527e247011ce44b0bed53b7e2cb10aa (diff) | |
| download | packages-0db2a2633c650c4fb8040fb771594dd0c626d4d8.tar.gz packages-0db2a2633c650c4fb8040fb771594dd0c626d4d8.zip | |
Added memo package
| -rw-r--r-- | packages.json | 9 |
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" } ] |
