Wed, 08 Jan 2025 19:35:11 CST | login

Information for build jflex-1.7.0-6.ocs23

ID21543
Package Namejflex
Version1.7.0
Release6.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/jflex.git?.#10af7f4f80be7068fd90a360987a2900e3f4f8cf
SummaryFast Scanner Generator
DescriptionJFlex is a lexical analyzer generator (also known as scanner generator) for Java, written in Java. A lexical analyzer generator takes as input a specification with a set of regular expressions and corresponding actions. It generates a program (a lexer) that reads input, matches the input against the regular expressions in the spec file, and runs the corresponding action if a regular expression matched. Lexers usually are the first front-end step in compilers, matching keywords, comments, operators, etc, and generating an input token stream for parsers. Lexers can also be used for many other purposes. JFlex lexers are based on deterministic finite automata (DFAs). They are fast, without expensive backtracking. JFlex is designed to work together with the LALR parser generator CUP by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J by Bob Jamison. It can also be used together with other parser generators like ANTLR or as a standalone tool.
Built byocs-bot
State complete
Volume DEFAULT
StartedFri, 27 Sep 2024 15:02:05 CST
CompletedFri, 27 Sep 2024 15:20:04 CST
Taskbuild (dist-ocs23-base, /opencloudos-stream/jflex.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/jflex.git?.#origin/master'}}
Tags
dist-ocs23-base
RPMs
src
jflex-1.7.0-6.ocs23.src.rpm (info) (download)
noarch
jflex-1.7.0-6.ocs23.noarch.rpm (info) (download)
jflex-javadoc-1.7.0-6.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.7.0-6 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.7.0-5 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.7.0-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.7.0-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Apr 21 2023 Zhao Zhen <jeremiazhao@tencent.com> - 1.7.0-2 - non-bootstrap * Fri Apr 21 2023 Zhao Zhen <jeremiazhao@tencent.com> - 1.7.0-1 - initial - we should bootstrap building because it dependence itsself