Merge branch 'master' into patch-3

This commit is contained in:
Joey 2018-06-23 13:24:16 +09:00 committed by GitHub
commit 7d91a8beb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,19 @@
"license": "WTFPL",
"web": "https://github.com/watzon/github-api-nim"
},
{
"name": "extensions",
"url": "https://github.com/jyapayne/nim-extensions",
"method": "git",
"tags": [
"library",
"extensions",
"addons"
],
"description": "A library that will add useful tools to Nim's arsenal.",
"license": "MIT",
"web": "https://github.com/jyapayne/nim-extensions"
},
{
"name": "nimates",
"url": "https://github.com/jamesalbert/nimates",
@ -8974,6 +8987,24 @@
"license": "MIT",
"web": "https://github.com/Vindaar/nimhdf5"
},
{
"name": "mpfit",
"url": "https://github.com/Vindaar/nim-mpfit",
"method": "git",
"tags": [
"library",
"wrapper",
"binding",
"nonlinear",
"least-squares",
"fitting",
"levenberg-marquardt",
"regression"
],
"description": "A wrapper for the cMPFIT non-linear least squares fitting library",
"license": "MIT",
"web": "https://github.com/Vindaar/nim-mpfit"
},
{
"name": "itertools",
"url": "https://github.com/narimiran/itertools",