aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mp-units/vcpkg.json
blob: 80e80cb2fe953c5121f573888ddb94a9b50d3be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "mp-units",
  "version": "2.4.0",
  "port-version": 1,
  "description": "The quantities and units library for C++",
  "homepage": "https://mpusz.github.io/mp-units",
  "license": "MIT",
  "dependencies": [
    "fmt",
    "gsl-lite",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}