vcpkg/ports/ryu/vcpkg.json
2023-04-04 11:03:43 -07:00

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
}
]
}