golang-github-dlclark-regexp2 1.1.6-2 source package in Ubuntu

Changelog

golang-github-dlclark-regexp2 (1.1.6-2) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Anthony Fok ]
  * Apply "cme fix dpkg" fixes: Set Priority to optional,
    bump Standards-Version to 4.3.0, update debhelper to (>= 12~),
    use secure https copyright file specification URI, etc.
  * Update Maintainer email address to <email address hidden>
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Mon, 31 Dec 2018 02:56:58 -0700

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-dlclark-regexp2_1.1.6-2.dsc 2.2 KiB ebc9417e2bd1a469880a78e53fad06c5d1fc15e30c5aa45b1be42980c9ce6ec4
golang-github-dlclark-regexp2_1.1.6.orig.tar.gz 91.9 KiB e9c5c86b99ad84765ac4d92be78e0fc8e529ad57fd12ed3117b5e1abd1814feb
golang-github-dlclark-regexp2_1.1.6-2.debian.tar.xz 3.6 KiB 637fa07365fda3f44083124ed1a486eb28329a3951d95776118c3c14fb3b916a

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.