aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/immer/vcpkg.json
blob: 54edb533c578098ae81667c2a751584a0424fcba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "immer",
  "version": "0.8.1",
  "description": "Postmodern immutable and persistent data structures for C++",
  "homepage": "https://sinusoid.es/immer/",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "docs": {
      "description": "Build documentation"
    }
  }
}