mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +08:00
80d54ff62d
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Alexander Neumann <alexander.neumann@hamburg.de> Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: Billy O'Neal <bion@microsoft.com> Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"name": "coin-or-cbc",
|
|
"version-date": "2024-06-04",
|
|
"port-version": 1,
|
|
"description": "Cbc (Coin-or branch and cut) is an open-source mixed integer linear programming solver written in C++.",
|
|
"homepage": "https://github.com/coin-or/Cbc",
|
|
"license": "EPL-2.0",
|
|
"dependencies": [
|
|
"coin-or-cgl",
|
|
"coin-or-clp",
|
|
"coin-or-osi",
|
|
"coinutils",
|
|
{
|
|
"name": "vcpkg-make",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|