diff options
| author | Hugo Granström <5092565+HugoGranstrom@users.noreply.github.com> | 2019-08-17 18:01:50 +0200 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-08-17 18:01:50 +0200 |
| commit | a3c3baec812af7773b9c08d1cb2df5541a7a7baa (patch) | |
| tree | eed943449b91e77283a61191d037dfda8041e7ab | |
| parent | b92763c8b183d58da5d9fa4b935fca735713704e (diff) | |
| download | packages-a3c3baec812af7773b9c08d1cb2df5541a7a7baa.tar.gz packages-a3c3baec812af7773b9c08d1cb2df5541a7a7baa.zip | |
add NumericalNim to Nimble (#1143)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 75c0004..b13e928 100644 --- a/packages.json +++ b/packages.json @@ -14012,6 +14012,20 @@ "doc": "https://github.com/c0ntribut0r/cat-400/tree/master/docs/tutorials" }, { + "name": "numericalnim", + "url": "https://github.com/HugoGranstrom/numericalnim/", + "method": "git", + "tags": [ + "numerical", + "ode", + "integration", + "scientific" + ], + "description": "A collection of numerical methods written in Nim", + "license": "MIT", + "web": "https://github.com/HugoGranstrom/numericalnim/" + }, + { "name": "murmurhash", "url": "https://github.com/cwpearson/nim-murmurhash", "method": "git", |
