From 525d4a6ab517c852d9d98f524d5420d4e35d2cad Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Mon, 2 Jul 2018 20:58:12 +0200 Subject: [PATCH] add nlopt library --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index f1383ed..1dfba26 100644 --- a/packages.json +++ b/packages.json @@ -8995,6 +8995,20 @@ "license": "MIT", "web": "https://github.com/Vindaar/nim-mpfit" }, + { + "name": "nlopt", + "url": "https://github.com/Vindaar/nimnlopt", + "method": "git", + "tags": [ + "library", + "wrapper", + "binding", + "nonlinear-optimization", + ], + "description": "A wrapper for the non-linear optimization C library Nlopt", + "license": "MIT", + "web": "https://github.com/Vindaar/nimnlopt" + }, { "name": "itertools", "url": "https://github.com/narimiran/itertools",