zeek/auxil/vcpkg/ports/smf/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

34 lines
673 B
JSON

{
"name": "smf",
"version": "0.2.0",
"description": "State machine framework",
"homepage": "https://github.com/vpetrigo/smf",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"hierarchical": {
"description": "Enable hierarchical state machine support"
},
"init-transition": {
"description": "Enable state machine initial transition feature",
"dependencies": [
{
"name": "smf",
"features": [
"hierarchical"
]
}
]
}
}
}