Add package variantsugar (#2158)

This commit is contained in:
metagn 2022-02-21 09:09:31 +03:00 committed by GitHub
parent 6743fcc409
commit ebadd49cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25299,6 +25299,23 @@
"license": "MIT",
"web": "https://github.com/metagn/shorteststring"
},
{
"name": "variantsugar",
"url": "https://github.com/metagn/variantsugar",
"method": "git",
"tags": [
"object",
"variants",
"sum-types",
"macro",
"pragma",
"adt",
"union"
],
"description": "utility macros mostly for object variants",
"license": "MIT",
"web": "https://github.com/metagn/variantsugar"
},
{
"name": "dogapi",
"url": "https://github.com/thexxiv/dogapi-nim",