aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/function2/vcpkg.json
blob: ca756a4c42d7fe72d8374135f9773e635454ecc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "function2",
  "version-semver": "4.2.5",
  "description": "Improved drop-in replacement to std::function",
  "homepage": "https://github.com/Naios/function2",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}