diff options
| author | zer0-star <32029533+zer0-star@users.noreply.github.com> | 2019-03-31 15:12:54 +0900 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-03-31 08:12:54 +0200 |
| commit | e5f6cf402dc8b71e6ade2c04d61b44f4ff80e01b (patch) | |
| tree | 7c8c7639bccfbfcd5ac54f290d70016c0240a1fd | |
| parent | fa8d67769c20d9dd9edfc1d6c9202b86d6d848ec (diff) | |
| download | packages-e5f6cf402dc8b71e6ade2c04d61b44f4ff80e01b.tar.gz packages-e5f6cf402dc8b71e6ade2c04d61b44f4ff80e01b.zip | |
Added package nim_curry (#1045)
| -rw-r--r-- | packages.json | 14 |
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" } ] |
