Add package to_interface (#1900)

This commit is contained in:
itsumura-h 2021-05-12 20:00:52 +09:00 committed by GitHub
parent 4cc5f12b5b
commit 3cd5e417aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22529,5 +22529,16 @@
"description": "Turning your worst nightmare into a Nim package. This is a Nim port of mohan-cao's owoify-js, which will help you turn any string into nonsensical babyspeak similar to LeafySweet's infamous Chrome extension.",
"license": "MIT",
"web": "https://github.com/deadshot465/owoifynim"
},
{
"name": "interface_implements",
"url": "https://github.com/itsumura-h/nim-interface-implements",
"method": "git",
"tags": [
"interface"
],
"description": "implements macro creates toInterface proc.",
"license": "MIT",
"web": "https://github.com/itsumura-h/nim-interface-implements"
}
]