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

Changelog

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

  * New upstream version 1.1.6
  * Add "Testsuite: autopkgtest-pkg-go" to d/control
  * Bump Standards-Version to 4.0.0

 -- Diego M. Rodriguez <email address hidden>  Wed, 16 Aug 2017 15:20:55 +0200

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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-dlclark-regexp2_1.1.6-1.dsc 2.2 KiB bf755d49254539ab742a350b5e8c63767bc4978a44d63c4451bc499f89aabf59
golang-github-dlclark-regexp2_1.1.6.orig.tar.gz 91.9 KiB e9c5c86b99ad84765ac4d92be78e0fc8e529ad57fd12ed3117b5e1abd1814feb
golang-github-dlclark-regexp2_1.1.6-1.debian.tar.xz 2.9 KiB 872914b5504b8b4497a439fcca1f8437035804ed403b06ef4cef697acfc5047b

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.