mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"name": "cminpack",
|
|
"version": "1.3.8",
|
|
"port-version": 4,
|
|
"description": "A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems",
|
|
"homepage": "http://devernay.free.fr/hacks/cminpack/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|