mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 18:59:00 +08:00
25 lines
446 B
JSON
25 lines
446 B
JSON
|
{
|
||
|
"name": "zimpl",
|
||
|
"version": "3.5.3",
|
||
|
"description": "Zuse Institut Mathematical Programming Language",
|
||
|
"homepage": "http://zimpl.zib.de/",
|
||
|
"license": "LGPL-3.0-or-later",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
"gmp",
|
||
|
{
|
||
|
"name": "pcre2",
|
||
|
"platform": "windows"
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|