diff options
| author | Anatoly Galiulin <galiulin.anatoly@gmail.com> | 2015-11-20 15:14:31 +0600 |
|---|---|---|
| committer | Anatoly Galiulin <galiulin.anatoly@gmail.com> | 2015-11-20 15:14:31 +0600 |
| commit | 5a70d8e885976fba7e978bf0dca8b041816d81ed (patch) | |
| tree | f62146e834aee573c743f7292c0c73acf72a1007 | |
| parent | f7c0ab2cfca7659a34595d2a588a70bd79705e48 (diff) | |
| download | packages-5a70d8e885976fba7e978bf0dca8b041816d81ed.tar.gz packages-5a70d8e885976fba7e978bf0dca8b041816d81ed.zip | |
Added nimfp library
| -rw-r--r-- | packages.json | 12 |
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" } ] |
