Add package shorteststring (#2157)

This commit is contained in:
metagn 2022-02-18 14:51:51 +03:00 committed by GitHub
parent 756555aa5a
commit af0c13f503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25284,6 +25284,21 @@
"license": "Unlicense",
"web": "https://github.com/dimspith/otplib"
},
{
"name": "shorteststring",
"url": "https://github.com/metagn/shorteststring",
"method": "git",
"tags": [
"short-string",
"string",
"sso",
"optimization",
"datatype"
],
"description": "word size strings stored in an integer",
"license": "MIT",
"web": "https://github.com/metagn/shorteststring"
},
{
"name": "dogapi",
"url": "https://github.com/thexxiv/dogapi-nim",