vcpkg/ports/eve/vcpkg.json

20 lines
407 B
JSON
Raw Normal View History

{
"name": "eve",
"version-date": "2022-03-15",
"description": "EVE - the Expressive Vector Engine",
"homepage": "https://github.com/jfalcou/eve",
"documentation": "https://jfalcou.github.io/eve/",
"license": "MIT",
"supports": "!windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}