vcpkg/ports/eve/vcpkg.json

20 lines
445 B
JSON
Raw Normal View History

{
"name": "eve",
"version": "2023.2.15",
"description": "EVE - the Expressive Vector Engine : C++20 SIMD Programming Library",
"homepage": "https://github.com/jfalcou/eve",
"documentation": "https://jfalcou.github.io/eve/",
2022-09-23 02:41:43 +08:00
"license": "BSL-1.0",
2022-12-15 04:24:40 +08:00
"supports": "!windows, mingw",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}