mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
06f7e2b53e
Co-authored-by: Monica <v-liumonica@microsoft.com>
25 lines
446 B
JSON
25 lines
446 B
JSON
{
|
|
"name": "zimpl",
|
|
"version": "3.6.1",
|
|
"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"
|
|
]
|
|
}
|