From af0c13f503d548b98fa039af3826a83726af3732 Mon Sep 17 00:00:00 2001 From: metagn <10591326+metagn@users.noreply.github.com> Date: Fri, 18 Feb 2022 14:51:51 +0300 Subject: [PATCH] Add package shorteststring (#2157) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index aed2935..594595e 100644 --- a/packages.json +++ b/packages.json @@ -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",