aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-11-20 11:20:03 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-11-20 11:20:03 +0000
commitb2a6aa26bcadf224357f5862d62cafc92692f292 (patch)
treef62146e834aee573c743f7292c0c73acf72a1007
parentf7c0ab2cfca7659a34595d2a588a70bd79705e48 (diff)
parent5a70d8e885976fba7e978bf0dca8b041816d81ed (diff)
downloadpackages-b2a6aa26bcadf224357f5862d62cafc92692f292.tar.gz
packages-b2a6aa26bcadf224357f5862d62cafc92692f292.zip
Merge pull request #272 from vegansk/nimfp_lib
Added nimfp library
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]