Added package casting (#2393)

This commit is contained in:
sls1005 2022-10-22 03:49:56 +08:00 committed by GitHub
parent d718e5221b
commit 1d688b1bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27754,5 +27754,17 @@
"description": "A library to handle measurement uncertainties",
"license": "MIT",
"web": "https://github.com/SciNim/Measuremancer"
},
{
"name": "casting",
"url": "https://github.com/sls1005/nim-casting",
"method": "git",
"tags": [
"cpp",
"cast"
],
"description": "A wrapper of the C++ cast operators",
"license": "MIT",
"web": "https://github.com/sls1005/nim-casting"
}
]