vcpkg/ports/liblemon/vcpkg.json
2023-12-08 01:26:51 -08:00

19 lines
386 B
JSON

{
"name": "liblemon",
"version-date": "2019-06-13",
"port-version": 9,
"description": "Library for Efficient Modeling and Optimization in Networks",
"homepage": "https://lemon.cs.elte.hu/trac/lemon",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}