libraries.json 451 B

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