From e1e3211f8ccf38180e5b53ef479baae679d6be9b Mon Sep 17 00:00:00 2001 From: Bung Date: Mon, 14 Jun 2021 23:35:32 +0800 Subject: [PATCH] Added package slim (#1932) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index accadc4..9e984b9 100644 --- a/packages.json +++ b/packages.json @@ -22905,5 +22905,17 @@ "description": "Statistical tests in Nim.", "license": "Apache-2.0 License", "web": "https://github.com/ayman-albaz/statistical-tests" + }, + { + "name": "slim", + "url": "https://github.com/bung87/slim", + "method": "git", + "tags": [ + "package", + "manager" + ], + "description": "nim package manager", + "license": "MIT", + "web": "https://github.com/bung87/slim" } ]