mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:19:08 +08:00
19 lines
386 B
JSON
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
|
|
}
|
|
]
|
|
}
|