From ce4b7657f39e7444a4f82f9e4707507e14e96205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Bla=C5=BEek?= Date: Mon, 10 Oct 2022 20:45:52 +0200 Subject: [PATCH] Added package aspartame (#2363) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6480a64..1ab253b 100644 --- a/packages.json +++ b/packages.json @@ -27567,6 +27567,19 @@ "license": "LGPL-3.0", "web": "https://github.com/accodeing/dimage" }, + { + "name": "aspartame", + "url": "https://git.sr.ht/~xigoi/aspartame", + "method": "git", + "tags": [ + "syntax", + "sugar", + "utility" + ], + "description": "More syntactic sugar for Nim", + "license": "GPL-3.0-or-later", + "web": "https://git.sr.ht/~xigoi/aspartame" + }, { "name": "checkif", "url": "https://git.ozzuu.com/thisago/checkif",