diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-04 11:17:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-04 11:17:27 +0100 |
| commit | 942658a728a11d4599356e2b56c28be4ca43a9fc (patch) | |
| tree | 69600dc9e5a474117483a170a39ea515c5401d38 | |
| parent | 07b493f06604596bd9dc865b6befabac038f6f8a (diff) | |
| parent | 525d4a6ab517c852d9d98f524d5420d4e35d2cad (diff) | |
| download | packages-942658a728a11d4599356e2b56c28be4ca43a9fc.tar.gz packages-942658a728a11d4599356e2b56c28be4ca43a9fc.zip | |
Merge pull request #781 from Vindaar/add-nimnlopt
add nlopt library
| -rw-r--r-- | packages.json | 14 |
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", |
