mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:59:05 +08:00
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"name": "nlopt",
|
|
"version": "2.7.1",
|
|
"port-version": 1,
|
|
"description": "Library for nonlinear local and global optimization, for functions with and without gradient information.",
|
|
"homepage": "https://github.com/stevengj/nlopt",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|