vcpkg/ports/cctz/vcpkg.json
2024-03-25 15:34:46 -07:00

17 lines
433 B
JSON

{
"name": "cctz",
"version": "2.4",
"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
}
]
}