aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fdlibm/vcpkg.json
blob: cbe67e7bbe34edcdc6681dac4f8f91c9b84e2ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "fdlibm",
  "version": "5.3",
  "port-version": 7,
  "description": "FDLIBM (Freely Distributable LIBM) is a C math library for machines that support IEEE 754 floating-point arithmetic",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}