vcpkg/ports/eve/vcpkg.json
2022-12-14 12:24:40 -08:00

23 lines
558 B
JSON

{
"name": "eve",
"version": "2022.9.1",
"description": [
"EVE - the Expressive Vector Engine",
"A header-only C++20 and onward implementation of a type based wrapper around SIMD extensions sets for most current architectures."
],
"homepage": "https://github.com/jfalcou/eve",
"documentation": "https://jfalcou.github.io/eve/",
"license": "BSL-1.0",
"supports": "!windows, mingw",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}