Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: rust-peg-devel | Distribution: Fedora Project |
Version: 0.8.4 | Vendor: Fedora Project |
Release: 1.el9 | Build date: Fri Aug 9 20:03:10 2024 |
Group: Unspecified | Build host: buildvm-a64-15.iad2.fedoraproject.org |
Size: 57498 | Source RPM: rust-peg-0.8.4-1.el9.src.rpm |
Packager: Fedora Project | |
Url: https://crates.io/crates/peg | |
Summary: Simple Parsing Expression Grammar (PEG) parser generator |
A simple Parsing Expression Grammar (PEG) parser generator. This package contains library source intended for building other packages which use the "peg" crate.
MIT
* Fri Aug 09 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.4-1 - Update to version 0.8.4; Fixes RHBZ#2299279 * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jun 25 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.3-1 - Update to version 0.8.3; Fixes RHBZ#2277533 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.2-1 - Update to version 0.8.2; Fixes RHBZ#2243159 * Tue Sep 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.1-1 - Update to version 0.8.1; Fixes RHBZ#1948227 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Apr 25 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.3-8 - Drop test that fails harmlessly with Rust 1.69.0 and newer * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
/usr/share/cargo/registry/peg-0.8.4 /usr/share/cargo/registry/peg-0.8.4/.cargo-checksum.json /usr/share/cargo/registry/peg-0.8.4/Cargo.toml /usr/share/cargo/registry/peg-0.8.4/LICENSE /usr/share/cargo/registry/peg-0.8.4/README.md /usr/share/cargo/registry/peg-0.8.4/benches /usr/share/cargo/registry/peg-0.8.4/benches/expr.rs /usr/share/cargo/registry/peg-0.8.4/benches/json.rs /usr/share/cargo/registry/peg-0.8.4/bootstrap.sh /usr/share/cargo/registry/peg-0.8.4/src /usr/share/cargo/registry/peg-0.8.4/src/lib.rs /usr/share/cargo/registry/peg-0.8.4/tests /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/cache_with_args.rs /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/cache_with_args.stderr /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/duplicate_rule.rs /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/duplicate_rule.stderr /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/incomplete_grammar.rs /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/incomplete_grammar.stderr /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/left_recursion_without_cache.rs /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/left_recursion_without_cache.stderr /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/nullable_loop.rs /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/nullable_loop.stderr /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/rule_args_errors.rs /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/rule_args_errors.stderr /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/rust_action_syntax_error.rs /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/rust_action_syntax_error.stderr /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/rust_action_type_error.rs /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/rust_action_type_error.stderr /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/syntax_error.rs /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/syntax_error.stderr /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/use_undefined_result.rs /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/use_undefined_result.stderr /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/use_undefined_rule.rs /usr/share/cargo/registry/peg-0.8.4/tests/compile-fail/use_undefined_rule.stderr /usr/share/cargo/registry/peg-0.8.4/tests/run-pass /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/arithmetic.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/arithmetic_ast.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/arithmetic_infix.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/arithmetic_infix_ast.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/arithmetic_infix_ast_span.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/arithmetic_with_left_recursion.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/borrow_from_input.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/bytes.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/conditional_block.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/crate_import.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/errors.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/generic_fn_traits.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/grammar_with_args_and_cache.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/keyval.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/lifetimes.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/memoization.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/no_eof.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/optional.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/pattern.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/pos_neg_assert.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/position.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/raw_ident.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/renamed_imports.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/repeats.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/return_type.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/rule_args.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/rule_where_clause.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/test-hygiene.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/tokens.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/tokens_struct.rs /usr/share/cargo/registry/peg-0.8.4/tests/run-pass/utf8.rs /usr/share/cargo/registry/peg-0.8.4/tests/trybuild.rs
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 15 07:51:05 2024