zeek/auxil/vcpkg/ports/eve/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}