diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-06-22 23:20:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-22 23:20:26 +0100 |
| commit | b69ac94e2140049bec444163afa80f90429a5423 (patch) | |
| tree | 6986e76365ced3432e0c7c83c023a4104011ea88 | |
| parent | 729dc56a2e920bc530a1762833e071057fe9d883 (diff) | |
| parent | d772a23dec6e00b15c84b7414904ed8e2674673c (diff) | |
| download | packages-dom96-patch-2.tar.gz packages-dom96-patch-2.zip | |
Merge branch 'master' into dom96-patch-2dom96-patch-2
| -rw-r--r-- | packages.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/packages.json b/packages.json index aee3ebd..cbde432 100644 --- a/packages.json +++ b/packages.json @@ -29,6 +29,19 @@ "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", "method": "git", @@ -8961,6 +8974,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", |
