ruby-ruby-parser 3.20.0-2 source package in Ubuntu

Changelog

ruby-ruby-parser (3.20.0-2) unstable; urgency=medium

  * Add Breaks for ruby-ruby2ruby (<< 2.5~)

 -- Pirate Praveen <email address hidden>  Fri, 07 Jul 2023 10:11:43 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-ruby-parser_3.20.0-2.dsc 2.1 KiB ed0d3afc6906bb391aaaf3de45dfef5ad1ff89239e120e31d8b430f381d32d21
ruby-ruby-parser_3.20.0.orig.tar.gz 866.5 KiB e75bfd7f2753cda2348794b202b316a0dee4ee20029a34badf1feda55805a0ea
ruby-ruby-parser_3.20.0-2.debian.tar.xz 4.1 KiB 48674b48007704f53c8e2fdfc2b3295c39d4d56fea5c25c6436bc94f73f1e91d

Available diffs

No changes file available.

Binary packages built by this source

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

 ruby_parser (RP) can be used to parse and check syntax of Ruby code.
 "Pure Ruby" in this context means the parser's code
 * consists solely of Ruby source files
 * does not add any native extensions or other C code (eg. with RubyInline)
   which requires a C compiler to be present on the user's system
 .
 It utilizes racc and its output is same as that of ParseTree's.