File: control

package info (click to toggle)
golang-github-dlclark-regexp2 1.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 564 kB
  • sloc: makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: golang-github-dlclark-regexp2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Diego M. Rodriguez <diego.plan9@gmail.com>,
           Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 12~),
               dh-golang,
               golang-any
Standards-Version: 4.3.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
XS-Go-Import-Path: github.com/dlclark/regexp2

Package: golang-github-dlclark-regexp2-dev
Architecture: all
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.