From 12281d7c9e5c85ccfdfe25dccd9c693c5f75ef90 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Fri, 22 Jun 2018 23:14:01 +0200 Subject: Add package `mpfit` (#767) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index dc011a2..7827194 100644 --- a/packages.json +++ b/packages.json @@ -8960,6 +8960,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", -- cgit v1.2.3 From d772a23dec6e00b15c84b7414904ed8e2674673c Mon Sep 17 00:00:00 2001 From: Joey Date: Sat, 23 Jun 2018 07:20:14 +0900 Subject: Update packages.json with nim-extensions (#768) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7827194..f5856d0 100644 --- a/packages.json +++ b/packages.json @@ -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", -- cgit v1.2.3