From 881ed62c93bbfd0b2381395733149fcfbb37a3c2 Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Sun, 19 Dec 2021 12:16:48 +0700 Subject: [PATCH] Added package prettystr (#2088) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 83f679a..00ef9e0 100644 --- a/packages.json +++ b/packages.json @@ -24491,6 +24491,20 @@ "license": "MIT", "web": "https://github.com/Q-Master/redis.nim" }, + { + "name": "prettystr", + "url": "https://github.com/prettybauble/prettystr", + "method": "git", + "tags": [ + "prettystr", + "prettybauble", + "string", + "number" + ], + "description": "Small library for working with strings", + "license": "MIT", + "web": "https://github.com/prettybauble/prettystr" + }, { "name": "opensimplexnoise", "url": "https://github.com/betofloresbaca/nim-opensimplexnoise",