golang-github-dlclark-regexp2 1.2.0-1 source package in Ubuntu

Changelog

golang-github-dlclark-regexp2 (1.2.0-1) unstable; urgency=medium

  * New upstream version 1.2.0
  * Fix errors in debian/watch
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
  * Bump Standards-Version to 4.4.1 (no change)

 -- Anthony Fok <email address hidden>  Sun, 27 Oct 2019 07:22:15 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-dlclark-regexp2_1.2.0-1.dsc 2.2 KiB a84b1902d09e3bca7d66bb80bae8b83ae5c283665ad43527bee0c6a6062df2a9
golang-github-dlclark-regexp2_1.2.0.orig.tar.xz 78.3 KiB 96593d98b6a8f556eb750be836e516a10e4ca97711d802bc9700789aa6782cf6
golang-github-dlclark-regexp2_1.2.0-1.debian.tar.xz 3.6 KiB c1c68fe12d5606febdca1e55da21863a5d01bdf6093428870453f96189602298

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.