You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
552 B
24 lines
552 B
{
|
|
"name": "tinyfsm",
|
|
"description": "A simple C++ finite state machine library",
|
|
"version": "0.3.3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://dev.tty0.ch/tinyfsm.git"
|
|
},
|
|
"homepage": "https://digint.ch/tinyfsm/",
|
|
"authors": {
|
|
"name": "Axel Burri",
|
|
"email": "axel@tty0.ch",
|
|
"url": "http://digint.ch",
|
|
"maintainer": true
|
|
},
|
|
"license": "MIT",
|
|
"platforms": "*",
|
|
"frameworks": "*",
|
|
"build": {
|
|
"flags": [
|
|
"-I include/"
|
|
]
|
|
}
|
|
}
|
|
|