aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/double-conversion/vcpkg.json
blob: 58f8f7398980ec453e10726aba13b538497be064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "double-conversion",
  "version": "3.3.1",
  "description": "Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.",
  "homepage": "https://github.com/google/double-conversion",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}