diff options
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index df63a71..05d220d 100644 --- a/packages.json +++ b/packages.json @@ -6697,5 +6697,18 @@ "description": "nimcalcal - PyCalCal translated to Nim, Calendrical Calculations from Reingold/Dershowitz", "license": "MIT", "web": "http://www3.cs.stonybrook.edu/~algorith/implement/reingold/implement.shtml" + }, + { + "name": "currying", + "url": "https://github.com/t8m8/currying", + "method": "git", + "tags": [ + "library", + "functional", + "currying" + ], + "description": "Currying library for Nim", + "license": "MIT", + "web": "https://github.com/t8m8/currying" } ] |
