mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
24 lines
441 B
JSON
24 lines
441 B
JSON
{
|
|
"name": "ampl-mp",
|
|
"version-date": "2020-11-11",
|
|
"port-version": 5,
|
|
"description": "An open-source library for mathematical programming",
|
|
"homepage": "https://github.com/ampl/mp",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"ampl-asl",
|
|
{
|
|
"name": "ampl-mp",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|