From 0ccc81df466d39559b894471064e11c40d06e205 Mon Sep 17 00:00:00 2001 From: ehmry Date: Thu, 6 Jan 2022 01:06:18 +0100 Subject: [PATCH] Add package base45 (#2110) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 521c6dc..e40ef8b 100644 --- a/packages.json +++ b/packages.json @@ -24721,5 +24721,16 @@ "description": "A wrapper to Tesseract OCR library for Nim", "license": "Unlicense", "web": "https://github.com/DavideGalilei/nimtesseract" + }, + { + "name": "base45", + "url": "https://git.sr.ht/~ehmry/base45", + "method": "git", + "tags": [ + "base45" + ], + "description": "Base45 encoder and decoder", + "license": "Unlicense", + "web": "https://git.sr.ht/~ehmry/base45" } ]