Пакет gem-ruby-ll: Информация

    Исходный пакет: gem-ruby-ll
    Версия: 2.1.2-alt1.2
    Собран:  18 июня 2020 г. 9:25 в задании #247371
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://gitlab.com/yorickpeterse/ruby-ll

    Лицензия: MIT
    О пакете: An LL(1) parser generator for Ruby
    Описание: 
    ruby-ll is a high performance LL(1) table based parser generator for Ruby.
    The parser driver is written in C/Java to ensure good runtime performance,
    the compiler is written entirely in Ruby.
    
    ruby-ll was written to serve as a fast and easy to use alternative to Racc
    for the various parsers used in Oga. However, ruby-ll isn't limited to just Oga,
    you can use it to write a parser for any language that can be represented using
    an LL(1) grammar.
    
    ruby-ll is self-hosting, this allows one to use ruby-ll to modify its own
    parser. Self-hosting was achieved by bootstrapping the parser using a Racc
    parser that outputs the same AST as the ruby-ll parser. The Racc parser remains
    in the repository for historical purposes and in case it's ever needed again,
    it can be found in bootstrap/parser.y.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    gem-ruby-ll (x86_64, ppc64le, i586, aarch64)
    gem-ruby-ll-debuginfo (x86_64, ppc64le, i586, aarch64)
    gem-ruby-ll-devel (noarch)
    gem-ruby-ll-doc (noarch)
    ruby-ll (noarch)

    Сопровождающий: Ruby Maintainers Team

    Список участников:
    Pavel Skrylev

      1. gem(kramdown)
      2. gem(rake)
      3. gem(rake-compiler)
      4. gem(rspec) >= 3.0
      5. gem(simplecov)
      6. gem(yard)
      7. ragel
      8. rpm-build-ruby
      9. gem(ansi)
      10. gem(ast)
      11. gem(benchmark-ips) >= 2.0

    Последнее изменение


    31 марта 2020 г. Pavel Skrylev 2.1.2-alt1.2
    - ! spec tag
    11 сентября 2019 г. Pavel Skrylev 2.1.2-alt1.1
    - ! spec according to changelog rules
    2 августа 2019 г. Pavel Skrylev 2.1.2-alt1
    - + packaged as a gem with usage Ruby Policy 2.0