aboutsummaryrefslogtreecommitdiff
path: root/ports/date/vcpkg.json
blob: cbca5d9b0495c84fe0ad94f23d290f8b322b0797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "date",
  "version-string": "3.0.0",
  "port-version": 3,
  "description": "A date and time library based on the C++17 <chrono> header",
  "homepage": "https://github.com/HowardHinnant/date",
  "features": {
    "remote-api": {
      "description": "support automatic download of tz data",
      "dependencies": [
        "curl"
      ]
    }
  }
}