Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-antlr4-runtime-devel-4.10.1-3.mga10 RPM for noarch

From Mageia Cauldron for x86_64 / media / core / release

Name: golang-antlr4-runtime-devel Distribution: Mageia
Version: 4.10.1 Vendor: Mageia.Org
Release: 3.mga10 Build date: Thu Jan 4 17:44:02 2024
Group: Development/Java Build host: localhost
Size: 426617 Source RPM: antlr4-project-4.10.1-3.mga10.src.rpm
Packager: daviddavid <daviddavid>
Url: https://www.antlr.org/
Summary: ANTLR runtime for Go
ANTLR (ANother Tool for Language Recognition) is a powerful parser
generator for reading, processing, executing, or translating structured
text or binary files.  It is widely used to build languages, tools, and
frameworks.  From a grammar, ANTLR generates a parser that can build
and walk parse trees.

This package provides the runtime library used by Go ANTLR parsers.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Jan 04 2024 daviddavid <daviddavid> 4.10.1-3.mga10
  + Revision: 2027614
  - rebuild for py3.12
* Thu Sep 14 2023 daviddavid <daviddavid> 4.10.1-2.mga10
  + Revision: 1986664
  - Adapt to jakarta-json 2.x
  - Remove maven-clean-plugin BR
* Sat Aug 20 2022 neoclust <neoclust> 4.10.1-1.mga9
  + Revision: 1878857
  - New version 4.10.1
  + umeabot <umeabot>
  - Mageia 9 Mass Rebuild
  + tv <tv>
  - Rebuild for python-3.10

Files

/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/antlr
/usr/share/gocode/src/github.com/antlr/antlr4
/usr/share/gocode/src/github.com/antlr/antlr4/runtime
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/.goipath
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/LICENSE
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/atn.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/atn_config.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/atn_config_set.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/atn_deserialization_options.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/atn_deserializer.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/atn_simulator.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/atn_state.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/atn_type.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/atnconfigset_test.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/char_stream.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/common_token_factory.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/common_token_stream.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/common_token_stream_test.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/dfa.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/dfa_serializer.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/dfa_state.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/diagnostic_error_listener.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/error_listener.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/error_strategy.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/errors.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/file_stream.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/go.mod
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/input_stream.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/int_stream.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/interval_set.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/lexer.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/lexer_action.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/lexer_action_executor.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/lexer_atn_simulator.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/ll1_analyzer.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/parser.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/parser_atn_simulator.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/parser_rule_context.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/prediction_context.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/prediction_mode.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/recognizer.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/rule_context.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/semantic_context.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/testing_assert_test.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/testing_lexer_b_test.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/testing_util_test.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/token.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/token_source.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/token_stream.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/tokenstream_rewriter.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/tokenstream_rewriter_test.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/trace_listener.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/transition.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/tree.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/trees.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/utils.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/utils_set.go
/usr/share/gocode/src/github.com/antlr/antlr4/runtime/Go/antlr/utils_test.go
/usr/share/licenses/golang-antlr4-runtime-devel
/usr/share/licenses/golang-antlr4-runtime-devel/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 06:36:44 2024