aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json15
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"
}
]