aboutsummaryrefslogtreecommitdiff
path: root/ports/lager/vcpkg.json
blob: af6e3d5652afc5ce06b7a62ea6249beb35c29b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "lager",
  "version-date": "2021-06-17",
  "description": "C++ library for value-oriented design using the unidirectional data-flow architecture",
  "homepage": "https://sinusoid.es/lager/",
  "dependencies": [
    "boost-hana",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zug"
  ],
  "features": {
    "docs": {
      "description": "Build documentation"
    }
  }
}