ruby-regexp-parser 1.7.1-2 source package in Ubuntu

Changelog

ruby-regexp-parser (1.7.1-2) unstable; urgency=medium

  * Team upload.
  * d/patches/996366-fix-frozenerror.patch: Add patch.
    - Don't modify range for Ruby 2.7+ (closes: #996366).
  * d/patches/series: Enable new patch.

 -- Daniel Leidert <email address hidden>  Wed, 17 Nov 2021 21:46: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-regexp-parser_1.7.1-2.dsc 2.1 KiB 1080d708bb696337065135877e5abcd67ab789079a0c953a7395a6c934b39edd
ruby-regexp-parser_1.7.1.orig.tar.gz 92.9 KiB 2c3e5d4d35fd1b47342f03315f090938ee765c29c2fd9037f758f23a8994732a
ruby-regexp-parser_1.7.1-2.debian.tar.xz 3.1 KiB 8350f4e9793aaa71084085d839aafb04c5b62340a1fbad4d6291d5549a8dc68b

Available diffs

No changes file available.

Binary packages built by this source

ruby-regexp-parser: Scanner, lexer, parser for ruby's regular expressions

 A library for tokenizing, lexing, and parsing Ruby regular expressions.
 .
  * Multilayered
    * A scanner/tokenizer based on Ragel
    * A lexer that produces a "stream" of token objects.
    * A parser that produces a "tree" of Expression objects (OO API)
  * Runs on Ruby 1.9, 2.x, and JRuby (1.9 mode) runtimes.
  * Recognizes Ruby 1.8, 1.9, and 2.x regular expressions