From 5a70d8e885976fba7e978bf0dca8b041816d81ed Mon Sep 17 00:00:00 2001 From: Anatoly Galiulin Date: Fri, 20 Nov 2015 15:14:31 +0600 Subject: [PATCH] Added nimfp library --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 22ae54d..d822ce6 100644 --- a/packages.json +++ b/packages.json @@ -3509,5 +3509,17 @@ "description": "`Section` macro with BDD aliases for testing", "license": "MIT", "web": "https://github.com/c0ffeeartc/nim-sections" + }, + { + "name": "nimfp", + "url": "https://github.com/vegansk/nimfp", + "method": "git", + "tags": [ + "functional", + "library" + ], + "description": "Nim functional programming library", + "license": "MIT", + "web": "https://github.com/vegansk/nimfp" } ]