diff options
| author | Rui Vieira <ruivieira@users.noreply.github.com> | 2019-05-07 12:56:35 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-05-07 13:56:35 +0200 |
| commit | 8c1e5e9f50e7fdfc1969a0c2a2eb22061a47263d (patch) | |
| tree | 30d80d0289bb6bb689dfda2a115a97ada2547f16 | |
| parent | cc7868f7d1ec59047fa9604c3aa0063e03998057 (diff) | |
| download | packages-8c1e5e9f50e7fdfc1969a0c2a2eb22061a47263d.tar.gz packages-8c1e5e9f50e7fdfc1969a0c2a2eb22061a47263d.zip | |
Add nim-mentat (https://github.com/ruivieira/nim-mentat) (#1075)
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
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" } ] |
