diff options
| author | Fabian Keller <bluenote10@users.noreply.github.com> | 2019-03-28 06:24:42 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-03-28 06:24:42 +0100 |
| commit | fa8d67769c20d9dd9edfc1d6c9202b86d6d848ec (patch) | |
| tree | 0988f71bd8830921b017ab0e6b7ba7046a3bd568 | |
| parent | 6fc31c691b84573b54f4dc7b1cc638938d40ffff (diff) | |
| download | packages-fa8d67769c20d9dd9edfc1d6c9202b86d6d848ec.tar.gz packages-fa8d67769c20d9dd9edfc1d6c9202b86d6d848ec.zip | |
Added package closure_methods (#1042)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 6bec1e0..474a53f 100644 --- a/packages.json +++ b/packages.json @@ -12964,5 +12964,20 @@ "description": "Nim Wrapper for LibGD 2.x", "license": "MIT", "web": "https://github.com/mrhdias/nim-libgd" + }, + { + "name": "closure_methods", + "url": "https://github.com/bluenote10/closure_methods", + "method": "git", + "tags": [ + "macro", + "inheritance", + "oop", + "closure", + "methods" + ], + "description": "Macro for building OOP class hierarchies based on closure methods.", + "license": "MIT", + "web": "https://github.com/bluenote10/closure_methods" } ] |
