mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 12:59:00 +08:00
d84e61c2c3
* add stuff * coinutils stuff * coin-or-* fixes! * fix patch * Fix openmvg * fix openmvg by modifying includes * fix ipopt. * add !uwp supports in coinutils * try fixing openmvg on osx * format manifest and license stuff * fix linkage * v db
16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"name": "coinutils",
|
|
"version-date": "2023-02-02",
|
|
"description": "CoinUtils (Coin-or Utilities) is an open-source collection of classes and functions that are generally useful to more than one COIN-OR project",
|
|
"homepage": "https://www.coin-or.org/",
|
|
"license": "EPL-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"bzip2",
|
|
"coin-or-buildtools",
|
|
"glpk",
|
|
"lapack",
|
|
"zlib"
|
|
]
|
|
}
|