Source: golang-github-dlclark-regexp2 Maintainer: Debian Go Packaging Team Uploaders: Diego M. Rodriguez , Anthony Fok Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dlclark-regexp2 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dlclark-regexp2.git Homepage: https://github.com/dlclark/regexp2 Rules-Requires-Root: no XS-Go-Import-Path: github.com/dlclark/regexp2 Package: golang-github-dlclark-regexp2-dev Architecture: all Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Description: 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.