aboutsummaryrefslogtreecommitdiff
path: root/ports/cctz/vcpkg.json
blob: aaf937dfb04e78c9d872342203616af77dbfee5f (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "cctz",
  "version-string": "2.3",
  "port-version": 3,
  "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": [
    "benchmark"
  ]
}