Added package oolib (#1990)

* Added package oolib

* Remove tags

Co-authored-by: flywind <xzsflywind@gmail.com>

Co-authored-by: flywind <xzsflywind@gmail.com>
This commit is contained in:
Neo
2021-08-23 09:17:45 +08:00
committed by GitHub
co-authored by flywind
parent 6331f6ce83
commit f37af8260d
+12
View File
@@ -23540,5 +23540,17 @@
"description": "Composition pattern with event handling library in Nim",
"license": "MIT",
"web": "https://github.com/DavidMeagher1/composition"
},
{
"name": "oolib",
"url": "https://github.com/Glasses-Neo/OOlib",
"method": "git",
"tags": [
"oop",
"metaprogramming"
],
"description": "A nimble package which provides user-defined types, procedures, etc...",
"license": "WTFPL",
"web": "https://github.com/Glasses-Neo/OOlib"
}
]