Added package nimtraits (#1750)

This commit is contained in:
haxscramper 2020-12-14 13:23:51 +03:00 committed by GitHub
parent e2f7ad3c22
commit 09f14d2815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20776,5 +20776,18 @@
"description": "De/serialization library for Nim ",
"license": "MIT",
"web": "https://github.com/gabbhack/deser"
},
{
"name": "nimtraits",
"url": "https://github.com/haxscramper/nimtraits",
"method": "git",
"tags": [
"macro",
"library",
"traits"
],
"description": "Trait system for nim",
"license": "Apache-2.0",
"web": "https://github.com/haxscramper/nimtraits"
}
]