mirror of
https://github.com/boostorg/spirit_x4.git
synced 2026-01-19 04:42:11 +00:00
23 lines
496 B
JSON
23 lines
496 B
JSON
{
|
|
"key": "spirit_x4",
|
|
"name": "Spirit.X4",
|
|
"authors": [
|
|
"Joel de Guzman",
|
|
"Hartmut Kaiser",
|
|
"Dan Nuffer"
|
|
],
|
|
"description": "A modern, header-only PEG parser combinator library for C++23.",
|
|
"category": [
|
|
"Container",
|
|
"Data",
|
|
"IO",
|
|
"Parsing",
|
|
"String"
|
|
],
|
|
"maintainers": [
|
|
"Nana Sakisaka <sakisaka -at- lastsoft.jp>",
|
|
"Joel de Guzman <djowel -at- gmail.com>"
|
|
],
|
|
"cxxstd": "23"
|
|
}
|