From 0db2a2633c650c4fb8040fb771594dd0c626d4d8 Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Thu, 25 Jun 2015 20:32:44 +0200 Subject: [PATCH] Added memo package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]