From fa8d67769c20d9dd9edfc1d6c9202b86d6d848ec Mon Sep 17 00:00:00 2001 From: Fabian Keller Date: Thu, 28 Mar 2019 06:24:42 +0100 Subject: [PATCH] Added package closure_methods (#1042) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" } ]