vcpkg/ports/ryu/vcpkg.json

18 lines
400 B
JSON
Raw Normal View History

{
"name": "ryu",
"version": "2.0",
"port-version": 9,
"description": "Ryu generates the shortest decimal representation of a floating point number that maintains round-trip safety.",
"homepage": "https://github.com/ulfjack/ryu",
2023-04-05 02:03:43 +08:00
"dependencies": [
{
"name": "vcpkg-cmake-get-vars",
"host": true
},
{
"name": "vcpkg-tool-bazel",
"host": true
}
]
}