mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 19:09:00 +08:00
13 lines
342 B
JSON
13 lines
342 B
JSON
|
{
|
||
|
"name": "cminpack",
|
||
|
"version": "1.3.8",
|
||
|
"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/",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|