aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ryu/vcpkg.json
blob: 6dfac7d52fe58ca58798f033065710019017eae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
    }
  ]
}