2021-12-29 10:27:01 +08:00
|
|
|
{
|
|
|
|
"name": "eve",
|
2022-12-15 04:24:40 +08:00
|
|
|
"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."
|
|
|
|
],
|
2021-12-29 10:27:01 +08:00
|
|
|
"homepage": "https://github.com/jfalcou/eve",
|
2022-08-08 11:57:41 +08:00
|
|
|
"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",
|
2021-12-29 10:27:01 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|