summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/spirit/meta/libraries.json
blob: ca72107c0e47f30c4cdf02164851be263141f51a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "key": "spirit",
    "name": "Spirit",
    "authors": [
        "Joel de Guzman",
        "Hartmut Kaiser",
        "Dan Nuffer"
    ],
    "description": "LL parser framework represents parsers directly as EBNF grammars in inlined C++.",
    "category": [
        "Parsing",
        "String"
    ],
    "maintainers": [
        "Joel de Guzman <joel -at- boost-consulting.com>",
        "Hartmut Kaiser <hartmut.kaiser -at- gmail.com>"
    ]
}