aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/coin-or-clp/vcpkg.json
blob: 82f8c454d797f7f9f2657c09234a592576c9dd42 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "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"
  ]
}