vcpkg/ports/zimpl/vcpkg.json
MonicaLiu 06f7e2b53e
[zimpl] Update to 3.6.1 (#40716)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-08-31 22:56:32 -07:00

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"
]
}