vcpkg/ports/date/vcpkg.json
JonLiu1993 1143d75d55
[date] Fix uninitialized values (#23710)
* [date] Fix uninitialized values

* update version

* add notes for patch

* update version
2022-04-05 11:18:28 -07:00

26 lines
507 B
JSON

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