vcpkg/ports/ryu/vcpkg.json
georg-emg d112d7cc06
[ryu] added ryu_printf (#16238)
* activated libraries generic_128 and ryu_printf

* updated version for ryu

* Fixed port version

* updated port version info for ryu

* removed generic_128 again, because it doesn't build under Windows

* updated version info

* - replaced CONTROL file with manifest file
- corrected version string and port version

* updated versions with "vcpkg x-add-version ryu"

* corrected formatting of ryu manifest file

* ran vcpkg --x-add-version again
2021-02-18 12:58:41 -08:00

9 lines
283 B
JSON

{
"name": "ryu",
"version-string": "2.0",
"port-version": 3,
"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)"
}