Added package closure_methods (#1042)

This commit is contained in:
Fabian Keller 2019-03-28 06:24:42 +01:00 committed by Miran
parent 6fc31c691b
commit fa8d67769c

View File

@ -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"
}
]