libregexp-assemble-perl 0.38-ok1 source package in openKylin

Changelog

libregexp-assemble-perl (0.38-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- denghao <email address hidden>  Sat, 17 Sep 2022 08:53:23 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libregexp-assemble-perl_0.38.orig.tar.gz 97.6 KiB de31e2a9752ff1d1f75cef033378ed3e3a3e710ceb7c60854fc132ef40f7162a
libregexp-assemble-perl_0.38-ok1.debian.tar.xz 8.6 KiB 8c2ef8b16f8a3c31fda0e13a72266d95ebf5d217f6eb556012c3178c2141fa68
libregexp-assemble-perl_0.38-ok1.dsc 1.8 KiB 585812d7cd9fbb18d8caae568da605f0e12187088a763785021268e29bf76684

Available diffs

View changes file

Binary packages built by this source

libregexp-assemble-perl: Perl module to merge several regular expressions

 Regexp::Assemble takes an arbitrary number of regular expressions
 and assembles them into a single regular expression (or RE) that
 matches all that the individual REs match.
 .
 It is also possible to track the original patterns, so that you can
 determine which, among the source patterns that form the assembled
 pattern, was the one that caused the match to occur.