diff options
Diffstat (limited to 'vcpkg/ports/ryu/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ryu/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/ryu/vcpkg.json b/vcpkg/ports/ryu/vcpkg.json new file mode 100644 index 0000000..6dfac7d --- /dev/null +++ b/vcpkg/ports/ryu/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "ryu", + "version": "2.0", + "port-version": 10, + "description": "Ryu generates the shortest decimal representation of a floating point number that maintains round-trip safety.", + "homepage": "https://github.com/ulfjack/ryu", + "license": "Apache-2.0 OR BSL-1.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |