blob: f4e7e6bbc2c3b2ac3c6b9c1e91f216dab919b6af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"name": "coinutils",
"version-date": "2024-04-08",
"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",
"lapack",
"zlib"
],
"features": {
"glpk": {
"description": "Build with Glpk",
"dependencies": [
{
"name": "glpk",
"default-features": false
}
]
}
}
}
|