vcpkg/ports/zimpl/vcpkg.json
Kai Pastor 67e861818a
[zimpl] New port (#35053)
* [zimpl] New port

* Fix msvc

* MSVC needs pcre2

* Fix MSVC runtime

* Fix msvc and mingw
2023-11-15 16:56:18 -08:00

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