aboutsummaryrefslogtreecommitdiff
path: root/ports/date/vcpkg.json
blob: 46e059b5e8a0b34c077a0a06e878ecbffafe5d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "date",
  "version": "3.0.1",
  "description": "A date and time library based on the C++17 <chrono> header",
  "homepage": "https://github.com/HowardHinnant/date",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "remote-api": {
      "description": "support automatic download of tz data",
      "dependencies": [
        "curl"
      ]
    }
  }
}