1{
2    "registries": [
3      {
4        "kind": "artifact",
5        "location": "https://aka.ms/vcpkg-ce-default",
6        "name": "microsoft"
7      },
8      {
9        "kind": "artifact",
10        "location": "https://artifacts.keil.arm.com/vcpkg-ce-registry/registry.zip",
11        "name": "arm"
12      }
13    ],
14    "requires": {
15      "arm:compilers/arm/armclang":"^6.20.0",
16      "arm:compilers/arm/arm-none-eabi-gcc": "^13.2.1",
17      "arm:compilers/arm/llvm-embedded": "^17.0.1-0"
18    }
19  }
20