From 8c1e5e9f50e7fdfc1969a0c2a2eb22061a47263d Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Tue, 7 May 2019 12:56:35 +0100 Subject: [PATCH] Add nim-mentat (https://github.com/ruivieira/nim-mentat) (#1075) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index e1b31e9..bf4ed28 100644 --- a/packages.json +++ b/packages.json @@ -13243,5 +13243,21 @@ "description": "MPD client library", "license": "MIT", "web": "https://github.com/SolitudeSF/mpdclient" + }, + { + "name": "mentat", + "url": "https://github.com/ruivieira/nim-mentat", + "method": "git", + "tags": [ + "science", + "machine-learning", + "data-science", + "statistics", + "math", + "library" + ], + "description": "A Nim library for data science and machine learning", + "license": "Apache License 2.0", + "web": "https://github.com/ruivieira/nim-mentat" } ]