diff options
| author | Rui Vieira <ruivieira@users.noreply.github.com> | 2019-04-12 19:08:20 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-04-12 20:08:20 +0200 |
| commit | b92b3fee62af12ad7426b8bf804de7bab7399c0e (patch) | |
| tree | 090381eee68abef74ce1faac0f285defb568c553 | |
| parent | a96db6e76c99501607551afa62867851b68a04b1 (diff) | |
| download | packages-b92b3fee62af12ad7426b8bf804de7bab7399c0e.tar.gz packages-b92b3fee62af12ad7426b8bf804de7bab7399c0e.zip | |
Add nim-science (#1056)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
