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

php-jakubledl-dissect-1.0.1-11.fc37 RPM for noarch

From Fedora 37 for ppc64le / p

Name: php-jakubledl-dissect Distribution: Fedora Project
Version: 1.0.1 Vendor: Fedora Project
Release: 11.fc37 Build date: Fri Jul 22 15:39:57 2022
Group: Unspecified Build host: buildvm-ppc64le-22.iad2.fedoraproject.org
Size: 139052 Source RPM: php-jakubledl-dissect-1.0.1-11.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/jakubledl/dissect
Summary: Lexing and parsing in pure PHP
Dissect is a set of tools for lexical and syntactical analysis written in pure
PHP.

Autoloader: /usr/share/php/Dissect/autoload.php

Provides

Requires

License

Unlicense

Changelog

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-11
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/usr/bin/dissect
/usr/share/doc/php-jakubledl-dissect
/usr/share/doc/php-jakubledl-dissect/CHANGELOG.md
/usr/share/doc/php-jakubledl-dissect/README.md
/usr/share/doc/php-jakubledl-dissect/TODO.md
/usr/share/doc/php-jakubledl-dissect/composer.json
/usr/share/doc/php-jakubledl-dissect/docs
/usr/share/doc/php-jakubledl-dissect/docs/ast.md
/usr/share/doc/php-jakubledl-dissect/docs/cli.md
/usr/share/doc/php-jakubledl-dissect/docs/common.md
/usr/share/doc/php-jakubledl-dissect/docs/index.md
/usr/share/doc/php-jakubledl-dissect/docs/lexing.md
/usr/share/doc/php-jakubledl-dissect/docs/parsing.md
/usr/share/doc/php-jakubledl-dissect/docs/state_3.png
/usr/share/licenses/php-jakubledl-dissect
/usr/share/licenses/php-jakubledl-dissect/UNLICENSE
/usr/share/php/Dissect
/usr/share/php/Dissect/Console
/usr/share/php/Dissect/Console/Application.php
/usr/share/php/Dissect/Console/Command
/usr/share/php/Dissect/Console/Command/DissectCommand.php
/usr/share/php/Dissect/Lexer
/usr/share/php/Dissect/Lexer/AbstractLexer.php
/usr/share/php/Dissect/Lexer/CommonToken.php
/usr/share/php/Dissect/Lexer/Exception
/usr/share/php/Dissect/Lexer/Exception/RecognitionException.php
/usr/share/php/Dissect/Lexer/Lexer.php
/usr/share/php/Dissect/Lexer/Recognizer
/usr/share/php/Dissect/Lexer/Recognizer/Recognizer.php
/usr/share/php/Dissect/Lexer/Recognizer/RegexRecognizer.php
/usr/share/php/Dissect/Lexer/Recognizer/SimpleRecognizer.php
/usr/share/php/Dissect/Lexer/SimpleLexer.php
/usr/share/php/Dissect/Lexer/StatefulLexer.php
/usr/share/php/Dissect/Lexer/Token.php
/usr/share/php/Dissect/Lexer/TokenStream
/usr/share/php/Dissect/Lexer/TokenStream/ArrayTokenStream.php
/usr/share/php/Dissect/Lexer/TokenStream/TokenStream.php
/usr/share/php/Dissect/Node
/usr/share/php/Dissect/Node/CommonNode.php
/usr/share/php/Dissect/Node/Node.php
/usr/share/php/Dissect/Parser
/usr/share/php/Dissect/Parser/Exception
/usr/share/php/Dissect/Parser/Exception/UnexpectedTokenException.php
/usr/share/php/Dissect/Parser/Grammar.php
/usr/share/php/Dissect/Parser/LALR1
/usr/share/php/Dissect/Parser/LALR1/Analysis
/usr/share/php/Dissect/Parser/LALR1/Analysis/AnalysisResult.php
/usr/share/php/Dissect/Parser/LALR1/Analysis/Analyzer.php
/usr/share/php/Dissect/Parser/LALR1/Analysis/Automaton.php
/usr/share/php/Dissect/Parser/LALR1/Analysis/Exception
/usr/share/php/Dissect/Parser/LALR1/Analysis/Exception/ConflictException.php
/usr/share/php/Dissect/Parser/LALR1/Analysis/Exception/ReduceReduceConflictException.php
/usr/share/php/Dissect/Parser/LALR1/Analysis/Exception/ShiftReduceConflictException.php
/usr/share/php/Dissect/Parser/LALR1/Analysis/Item.php
/usr/share/php/Dissect/Parser/LALR1/Analysis/State.php
/usr/share/php/Dissect/Parser/LALR1/Dumper
/usr/share/php/Dissect/Parser/LALR1/Dumper/AutomatonDumper.php
/usr/share/php/Dissect/Parser/LALR1/Dumper/DebugTableDumper.php
/usr/share/php/Dissect/Parser/LALR1/Dumper/ProductionTableDumper.php
/usr/share/php/Dissect/Parser/LALR1/Dumper/StringWriter.php
/usr/share/php/Dissect/Parser/LALR1/Dumper/TableDumper.php
/usr/share/php/Dissect/Parser/LALR1/Parser.php
/usr/share/php/Dissect/Parser/Parser.php
/usr/share/php/Dissect/Parser/Rule.php
/usr/share/php/Dissect/Util
/usr/share/php/Dissect/Util/Util.php
/usr/share/php/Dissect/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024