winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

vcpkg.json (998B)


      1 {
      2   "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
      3   "vcpkg-configuration": {
      4     "overlay-triplets": [
      5       "./VcpkgCustomTriplets"
      6     ],
      7     "overlay-ports": [
      8       "./VcpkgPortOverlay"
      9     ]
     10   },
     11   "builtin-baseline": "ce613c41372b23b1f51333815feb3edd87ef8a8b",
     12   "dependencies": [
     13     "catch2",
     14     "correlation-vector-cpp",
     15     {
     16       "name": "curl",
     17       "features": [
     18         "c-ares"
     19       ]
     20     },
     21     "cpprestsdk",
     22     "detours",
     23     "jsoncpp",
     24     "libyaml",
     25     "nlohmann-json",
     26     "valijson",
     27     "zlib"
     28   ],
     29   "overrides": [
     30     {
     31       "name": "c-ares",
     32       "version": "1.19.1"
     33     },
     34     {
     35       "name": "correlation-vector-cpp",
     36       "version": "1.0"
     37     },
     38     {
     39       "name": "cpprestsdk",
     40       "version": "2.10.18"
     41     },
     42     {
     43       "name": "curl",
     44       "version": "8.12.1"
     45     },
     46     {
     47       "name": "nlohmann-json",
     48       "version": "3.11.3"
     49     },
     50     {
     51       "name": "zlib",
     52       "version": "1.3.1"
     53     }
     54   ]
     55 }