From a3cab26213c08592f6652fa6db72b9d8f02d4706 Mon Sep 17 00:00:00 2001 From: ayman-albaz <39199399+ayman-albaz@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:36:53 -0400 Subject: [PATCH] Update packages.json --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 655bc1f..accadc4 100644 --- a/packages.json +++ b/packages.json @@ -22890,5 +22890,20 @@ "description": "A simple and free whois client", "license": "MIT", "web": "https://gitea.com/Thisago/whois.nim" + }, + { + "name": "statistical_tests", + "url": "https://github.com/ayman-albaz/statistical-tests", + "method": "git", + "tags": [ + "math", + "statistics", + "probability", + "test", + "hypothesis" + ], + "description": "Statistical tests in Nim.", + "license": "Apache-2.0 License", + "web": "https://github.com/ayman-albaz/statistical-tests" } ]