mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:39:01 +08:00
23 lines
558 B
JSON
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
|
|
}
|
|
]
|
|
}
|