From b92b3fee62af12ad7426b8bf804de7bab7399c0e Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Fri, 12 Apr 2019 19:08:20 +0100 Subject: [PATCH] Add nim-science (#1056) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index daac4fd..fa14117 100644 --- a/packages.json +++ b/packages.json @@ -13082,5 +13082,19 @@ "description": "client for sonic search backend", "license": "MIT", "web": "https://github.com/xmonader/nim-sonic-client" + }, + { + "name": "science", + "url": "https://github.com/ruivieira/nim-science", + "method": "git", + "tags": [ + "science", + "algebra", + "statistics", + "math" + ], + "description": "A library for scientific computations in pure Nim", + "license": "Apache License 2.0", + "web": "https://github.com/ruivieira/nim-science" } ]