aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vili/vcpkg.json
blob: 8ba66ff3038db7f253760f144573a2c901c5c010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "vili",
  "version": "1.0.0+20221123",
  "port-version": 1,
  "maintainers": "Sygmei",
  "description": "A nice and readable data format !",
  "homepage": "https://github.com/ViliOrg/Vili",
  "license": "MIT",
  "dependencies": [
    "fmt",
    "nlohmann-fifo-map",
    "pegtl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}