summaryrefslogtreecommitdiff
path: root/lib/tinyfsm/library.json
blob: c0f0a297717ed28f1048184f55849b9af9e66c6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "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/"
        ]
    }
}