aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-statechart/vcpkg.json
blob: 0664a3a7d6006c2991d4618dd6bce6572e8245f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "boost-statechart",
  "version": "1.77.0",
  "description": "Boost statechart module",
  "homepage": "https://github.com/boostorg/statechart",
  "dependencies": [
    "boost-assert",
    "boost-bind",
    "boost-config",
    "boost-conversion",
    "boost-core",
    "boost-detail",
    "boost-function",
    "boost-mpl",
    "boost-smart-ptr",
    "boost-static-assert",
    "boost-thread",
    "boost-type-traits",
    "boost-vcpkg-helpers"
  ]
}