vcpkg/ports/eve/vcpkg.json
Joel Falcou 88daa8ab70
[eve] update to 2023.2.15 (#30475)
* Add newest EVE release

* Updated versions

* Correct description

* Updated versions file

* Fix SHA512

* Fix error with versionning

* Updated versions
2023-03-28 11:28:44 -07:00

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
}
]
}