mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:18:58 +08:00
19 lines
436 B
JSON
19 lines
436 B
JSON
{
|
|
"name": "ryu",
|
|
"version": "2.0",
|
|
"port-version": 7,
|
|
"description": "Ryu generates the shortest decimal representation of a floating point number that maintains round-trip safety.",
|
|
"homepage": "https://github.com/ulfjack/ryu",
|
|
"supports": "!(uwp | arm | x86)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-bazel",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|