2021-12-29 04:27:01 +02:00
|
|
|
{
|
|
|
|
"name": "eve",
|
2023-03-28 20:28:44 +02:00
|
|
|
"version": "2023.2.15",
|
|
|
|
"description": "EVE - the Expressive Vector Engine : C++20 SIMD Programming Library",
|
2021-12-29 04:27:01 +02:00
|
|
|
"homepage": "https://github.com/jfalcou/eve",
|
2022-08-08 05:57:41 +02:00
|
|
|
"documentation": "https://jfalcou.github.io/eve/",
|
2022-09-22 20:41:43 +02:00
|
|
|
"license": "BSL-1.0",
|
2022-12-14 21:24:40 +01:00
|
|
|
"supports": "!windows, mingw",
|
2021-12-29 04:27:01 +02:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|