diff options
| author | notTito <capoiosct@gmail.com> | 2018-04-16 22:58:59 +0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-04-16 20:58:59 +0100 |
| commit | fe79eee063aea52b210aacf73ada2f63ccda12f0 (patch) | |
| tree | a91239414b28d9cb6f6e09fdca48186092f17d72 | |
| parent | 4cf9fbf100d0b01210d3a6929e7b8a9051a33c1d (diff) | |
| download | packages-fe79eee063aea52b210aacf73ada2f63ccda12f0.tar.gz packages-fe79eee063aea52b210aacf73ada2f63ccda12f0.zip | |
Added package morpheus (#703)
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8305b70..b93bceb 100644 --- a/packages.json +++ b/packages.json @@ -8933,6 +8933,18 @@ "web": "https://github.com/6A/Keystone.nim" }, { + "name": "morpheus", + "url": "https://github.com/notTito/morpheus", + "method": "git", + "tags": [ + "matrix", + "linear-algebra" + ], + "description": "Nim Matrix module", + "license": "MIT", + "web": "https://github.com/notTito/morpheus" + }, + { "name": "units", "url": "https://github.com/Udiknedormin/NimUnits", "method": "git", |
