mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:08:59 +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
11 lines
376 B
JSON
11 lines
376 B
JSON
{
|
|
"name": "coin-or-clp",
|
|
"version-date": "2023-02-01",
|
|
"description": "Clp (Coin-or linear programming) is an open-source linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available.",
|
|
"license": "EPL-2.0",
|
|
"dependencies": [
|
|
"coin-or-osi",
|
|
"coinutils"
|
|
]
|
|
}
|