Mon, 20 Apr 2026 09:48:29 CST | login

Information for build perl-Parse-RecDescent-1.967015-1.oc9

ID25352
Package Nameperl-Parse-RecDescent
Version1.967015
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Parse-RecDescent.git?.#4ba92c38199770cce25bcbaeba1d4ad1804dcabd
SummaryGenerate Recursive-Descent Parsers
DescriptionParse::RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. It provides: * Regular expressions or literal strings as terminals (tokens) * Multiple (non-contiguous) productions for any rule * Repeated and optional subrules within productions * Full access to Perl within actions specified as part of the grammar * Simple automated error reporting during parser generation and parsing * The ability to commit to, uncommit to, or reject particular productions during a parse * The ability to pass data up and down the parse tree ("down" via subrule argument lists, "up" via subrule return values) * Incremental extension of the parsing grammar (even during a parse) * Precompilation of parser objects * User-definable reduce-reduce conflict resolution via "scoring" of matching productions
Built byfanjunkong
State complete
Volume DEFAULT
StartedThu, 25 Jul 2024 18:54:55 CST
CompletedThu, 25 Jul 2024 18:57:07 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Parse-RecDescent.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Parse-RecDescent.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Parse-RecDescent-1.967015-1.oc9.src.rpm (info) (download)
noarch
perl-Parse-RecDescent-1.967015-1.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.967015-1 - initial build