golang-github-dlclark-regexp2 1.11.0+ds1-1 source package in Ubuntu

Changelog

golang-github-dlclark-regexp2 (1.11.0+ds1-1) unstable; urgency=medium

  * New upstream version 1.11.0

 -- Anthony Fok <email address hidden>  Sun, 24 Mar 2024 20:17:57 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-dlclark-regexp2_1.11.0+ds1-1.dsc 2.3 KiB c34bc4eb5cf01203a9704224b1dc45c873fd8a3273f17ddc1f605f1de0245c9b
golang-github-dlclark-regexp2_1.11.0+ds1.orig.tar.xz 84.0 KiB 55908c6b2983fadb59f185e1bdf619004c9aa08e46e1bcde087d58b2a515685d
golang-github-dlclark-regexp2_1.11.0+ds1-1.debian.tar.xz 4.4 KiB 432a8c287a754182d10641f95b5340f4cd0041723cb01662ab1517d5005531b1

Available diffs

No changes file available.

Binary packages built by this source

golang-github-dlclark-regexp2-dev: Regex engine for Go based on the .NET engine

 Feature-rich regular expression engine for Go ported from the .NET
 framework's System.Text.RegularExpressions.Regex engine. It does not
 have constant time guarantees like the built-in regexp package, but it
 allows backtracking and is compatible with Perl5 and .NET.