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 10:17:45 +09:00 committed by GitHub
parent 6331f6ce83
commit f37af8260d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23540,5 +23540,17 @@
"description": "Composition pattern with event handling library in Nim", "description": "Composition pattern with event handling library in Nim",
"license": "MIT", "license": "MIT",
"web": "https://github.com/DavidMeagher1/composition" "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"
} }
] ]