aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt/vcpkg.json
blob: 2328012478dde54f1f72a47d52479887136c5228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "fmt",
  "version": "7.1.3",
  "port-version": 4,
  "description": "Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.",
  "homepage": "https://github.com/fmtlib/fmt",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}