diff options
| author | Vindaar <basti90@gmail.com> | 2018-06-22 23:14:01 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-06-22 22:14:00 +0100 |
| commit | 12281d7c9e5c85ccfdfe25dccd9c693c5f75ef90 (patch) | |
| tree | 40baa35dc8d6214e2f454429948d7f951c507c11 | |
| parent | 9fa708f2a8fb52f31422e19acbbcc26a4f847b75 (diff) | |
| download | packages-12281d7c9e5c85ccfdfe25dccd9c693c5f75ef90.tar.gz packages-12281d7c9e5c85ccfdfe25dccd9c693c5f75ef90.zip | |
Add package `mpfit` (#767)
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index dc011a2..7827194 100644 --- a/packages.json +++ b/packages.json @@ -8961,6 +8961,24 @@ "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", "method": "git", |
