aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/turbobase64/vcpkg.json
blob: 1274f80a078ca09bea1718998cf530bab13786d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "turbobase64",
  "version": "2023.8",
  "port-version": 2,
  "description": "Fastest Base64 SIMD/Neon library",
  "homepage": "https://github.com/powturbo/Turbo-Base64",
  "license": "GPL-3.0-only",
  "supports": "!android & !(windows & arm)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}