mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
88daa8ab70
* Add newest EVE release * Updated versions * Correct description * Updated versions file * Fix SHA512 * Fix error with versionning * Updated versions
20 lines
445 B
JSON
20 lines
445 B
JSON
{
|
|
"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/",
|
|
"license": "BSL-1.0",
|
|
"supports": "!windows, mingw",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|