add NumericalNim to Nimble (#1143)

This commit is contained in:
Hugo Granström 2019-08-17 18:01:50 +02:00 committed by Miran
parent b92763c8b1
commit a3c3baec81

View File

@ -14011,6 +14011,20 @@
"web": "https://github.com/c0ntribut0r/cat-400", "web": "https://github.com/c0ntribut0r/cat-400",
"doc": "https://github.com/c0ntribut0r/cat-400/tree/master/docs/tutorials" "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", "name": "murmurhash",
"url": "https://github.com/cwpearson/nim-murmurhash", "url": "https://github.com/cwpearson/nim-murmurhash",