From a3c3baec812af7773b9c08d1cb2df5541a7a7baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Granstr=C3=B6m?= <5092565+HugoGranstrom@users.noreply.github.com> Date: Sat, 17 Aug 2019 18:01:50 +0200 Subject: [PATCH] add NumericalNim to Nimble (#1143) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 75c0004..b13e928 100644 --- a/packages.json +++ b/packages.json @@ -14011,6 +14011,20 @@ "web": "https://github.com/c0ntribut0r/cat-400", "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",