aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 474a53f..37df222 100644
--- a/packages.json
+++ b/packages.json
@@ -12979,5 +12979,19 @@
"description": "Macro for building OOP class hierarchies based on closure methods.",
"license": "MIT",
"web": "https://github.com/bluenote10/closure_methods"
+ },
+ {
+ "name": "nim_curry",
+ "url": "https://github.com/zer0-star/nim-curry",
+ "method": "git",
+ "tags": [
+ "library",
+ "functional",
+ "macro",
+ "currying"
+ ],
+ "description": "Provides a macro to curry function",
+ "license": "MIT",
+ "web": "https://github.com/zer0-star/nim-curry"
}
]