aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/spimpl/vcpkg.json
blob: d3d694bb8129774a6063b72e53fb20e4f6aff6ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "spimpl",
  "version-date": "2025-01-23",
  "description": "A single-header C++ library for PIMPLs without having to implement any special member functions.",
  "homepage": "https://github.com/oliora/samples",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}