ruby-regexp-parser 2.6.1-1 source package in Ubuntu

Changelog

ruby-regexp-parser (2.6.1-1) unstable; urgency=medium

  * Switch to github api tags page (for tests)
  * New upstream version 2.6.1
  * Drop patch applied upstream
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Build scanner.rb with ragel

 -- Pirate Praveen <email address hidden>  Mon, 26 Dec 2022 16:39:37 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-regexp-parser_2.6.1-1.dsc 2.1 KiB c70878ca7e9b47da64fec9fa97b5cbe361545eeb774d5f658425fd339de32a01
ruby-regexp-parser_2.6.1.orig.tar.gz 94.0 KiB ab39d574692a840a60ee435f22a8c121bcc887e479e94989d5c2624081d8848d
ruby-regexp-parser_2.6.1-1.debian.tar.xz 2.9 KiB 407d01bbee3d238e04a39e5f765e642434ab20483fe844bcdacc2c2c771dac32

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