aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/eve/vcpkg.json
blob: 434ac600ea3df99b835ab3190a16f69194e4d187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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
    }
  ]
}