Added package autoderef (#2245)

This commit is contained in:
sls1005 2022-05-31 19:55:45 +08:00 committed by GitHub
parent e6a8e86a74
commit 87434451bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26326,5 +26326,16 @@
"description": "Mouse interactions in nim", "description": "Mouse interactions in nim",
"license": "MPL-2.0", "license": "MPL-2.0",
"web": "https://github.com/hiikion/mouse" "web": "https://github.com/hiikion/mouse"
},
{
"name": "autoderef",
"url": "https://github.com/sls1005/autoderef",
"method": "git",
"tags": [
"sugar"
],
"description": "Syntax sugar which supports auto-dereferencing",
"license": "MIT",
"web": "https://github.com/sls1005/autoderef"
} }
] ]