aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cctz/vcpkg.json
blob: 0ef1a25530e5d7c3128b578a4f437e43c8099b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "cctz",
  "version": "2.5",
  "description": "two libraries that cooperate with <chrono> to give C++ programmers all the necessary tools for computing with dates, times, and time zones in a simple and correct manner.",
  "homepage": "https://github.com/google/cctz",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}