vcpkg/ports/date/vcpkg.json
2023-09-18 09:19:24 -07:00

28 lines
553 B
JSON

{
"name": "date",
"version": "3.0.1",
"port-version": 5,
"description": "A date and time library based on the C++17 <chrono> header",
"homepage": "https://github.com/HowardHinnant/date",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"remote-api": {
"description": "support automatic download of tz data",
"supports": "!uwp",
"dependencies": [
"curl"
]
}
}
}