aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-07-04 11:17:27 +0100
committerGitHub <noreply@github.com>2018-07-04 11:17:27 +0100
commit942658a728a11d4599356e2b56c28be4ca43a9fc (patch)
tree69600dc9e5a474117483a170a39ea515c5401d38
parent07b493f06604596bd9dc865b6befabac038f6f8a (diff)
parent525d4a6ab517c852d9d98f524d5420d4e35d2cad (diff)
downloadpackages-942658a728a11d4599356e2b56c28be4ca43a9fc.tar.gz
packages-942658a728a11d4599356e2b56c28be4ca43a9fc.zip
Merge pull request #781 from Vindaar/add-nimnlopt
add nlopt library
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index f1383ed..1dfba26 100644
--- a/packages.json
+++ b/packages.json
@@ -8996,6 +8996,20 @@
"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",
"method": "git",