mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 04:59:07 +08:00
16 lines
361 B
JSON
16 lines
361 B
JSON
|
{
|
||
|
"name": "date",
|
||
|
"version-string": "3.0.0",
|
||
|
"port-version": 3,
|
||
|
"description": "A date and time library based on the C++17 <chrono> header",
|
||
|
"homepage": "https://github.com/HowardHinnant/date",
|
||
|
"features": {
|
||
|
"remote-api": {
|
||
|
"description": "support automatic download of tz data",
|
||
|
"dependencies": [
|
||
|
"curl"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|