ruby-whitequark-parser 2.7.1.4-2 source package in Ubuntu

Changelog

ruby-whitequark-parser (2.7.1.4-2) unstable; urgency=medium

  * Tighten dependency on ruby-ast

 -- Utkarsh Gupta <email address hidden>  Tue, 30 Jun 2020 03:54:25 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-whitequark-parser_2.7.1.4-2.dsc 2.2 KiB ecce6a7e64a83e47e34d454055e4e6bf3152ee7af761dabd1b0ff781c16fe04a
ruby-whitequark-parser_2.7.1.4.orig.tar.gz 794.9 KiB c7246075f08576f8267d1c0c21b2c3159be6fdb4c5fc79c22ae688c57b4fe000
ruby-whitequark-parser_2.7.1.4-2.debian.tar.xz 3.3 KiB 5ae8de57bc172b1fdc251d44283e1cf97c85f2b4f11ccddee3e56200d50aff31

Available diffs

No changes file available.

Binary packages built by this source

ruby-whitequark-parser: Ruby parser written in pure Ruby

 parser is a production-ready Ruby parser written in pure Ruby. It
 recognizes as much or more code than Ripper, Melbourne, JRubyParser
 or ruby_parser, and is vastly more convenient to use.
 .
 Among its keys features are: it provides precise source location reporting, it
 has a documented AST format which is convenient to work with, it parses 1.8,
 1.9, 2.x, and 3.x syntax with backwards-compatible AST formats, and also parses
 MacRuby and RubyMotion syntax extensions. It also has improved clang-like
 diagnostic messages with location information.
 .
 It is written in pure Ruby, runs on MRI >= 2.0.0, JRuby and Rubinius, and
 historically, all versions of Ruby since 1.8. It has excellent test coverage
 and the source code is readable and well commented.
 .
 Not to be confused with ruby_parser gem from Ryan Davis, of seattle.rb
 Ruby user group.