ruby-whitequark-parser 3.0.2.0-1 source package in Ubuntu

Changelog

ruby-whitequark-parser (3.0.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Adds Ruby 3.0 support (closes: #996524).
  * d/control (Standards-Version): Bump to 4.6.0.
    (Build-Depends): Add racc, ragel, and ruby-cliver to create the lexers.
    (Depends): Handle dependencies with ${ruby:Depends}.
    (Description): Update text.
  * d/copyright (Copyright): Add team.
  * d/rules: Add target to create the lexers running the generate task and
    clean them too. Install upstream changelog.
  * d/watch: Update file and use github sources.
  * d/patches/git-in-gemspec.patch: Remove obsolete patch.
  * d/patches/series: Remove empty file.
  * d/upstream/metadata: Update Changeog URL.

 -- Daniel Leidert <email address hidden>  Wed, 24 Nov 2021 00:00:24 +0100

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-whitequark-parser_3.0.2.0-1.dsc 2.2 KiB 1b8cf58d67b49b523bd082323628ca11cc955c8658501959f6601206aa4fd1aa
ruby-whitequark-parser_3.0.2.0.orig.tar.gz 275.5 KiB 34654473ac443f6fdff71082fc6e6a26effd2eb45a15c0a52937b7eedf37bb33
ruby-whitequark-parser_3.0.2.0-1.debian.tar.xz 3.3 KiB d4b242ce1591fa421fb77101f4755f3f3ddf5ebd339a97a6822429d348f3a9b2

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.