aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hfsm2/vcpkg.json
blob: 1d303d118b1d00903d2dba6bdd9230c73771f89f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "hfsm2",
  "version": "2.9.0",
  "description": "Header-only heriarchical FSM framework in C++11, with fully statically-defined structure (no dynamic allocations), built with variadic templates.",
  "homepage": "https://github.com/andrew-gresyk/HFSM2",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}