mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
27 lines
542 B
JSON
27 lines
542 B
JSON
{
|
|
"name": "date",
|
|
"version-date": "2024-05-14",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|