54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"abstract" : "Generate Recursive-Descent Parsers",
|
|
"author" : [
|
|
"Damian Conway <DCONWAY@CPAN.org>",
|
|
"Jeremy T. Braun <JTBRAUN@CPAN.org>"
|
|
],
|
|
"dynamic_config" : 1,
|
|
"generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.143240",
|
|
"license" : [
|
|
"perl_5"
|
|
],
|
|
"meta-spec" : {
|
|
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
|
"version" : "2"
|
|
},
|
|
"name" : "Parse-RecDescent",
|
|
"no_index" : {
|
|
"directory" : [
|
|
"t",
|
|
"inc"
|
|
]
|
|
},
|
|
"prereqs" : {
|
|
"build" : {
|
|
"requires" : {
|
|
"ExtUtils::MakeMaker" : "6.5702"
|
|
}
|
|
},
|
|
"configure" : {
|
|
"requires" : {
|
|
"ExtUtils::MakeMaker" : "6.5702"
|
|
}
|
|
},
|
|
"runtime" : {
|
|
"requires" : {
|
|
"Test::More" : "0",
|
|
"Text::Balanced" : "1.95"
|
|
}
|
|
}
|
|
},
|
|
"release_status" : "stable",
|
|
"resources" : {
|
|
"bugtracker" : {
|
|
"web" : "https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=Parse-RecDescent"
|
|
},
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "git://github.com/jtbraun/Parse-RecDescent",
|
|
"web" : "https://github.com/jtbraun/Parse-RecDescent"
|
|
}
|
|
},
|
|
"version" : "1.967015"
|
|
}
|