File: control

package info (click to toggle)
golang-github-tidwall-match 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 80 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 922 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
26
27
Source: golang-github-tidwall-match
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Jack Henschel <jackdev@mailbox.org>,
 Michael Prokop <mika@debian.org>,
 Thorsten Alteholz <debian@alteholz.de>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
Standards-Version: 4.5.1
Homepage: https://github.com/tidwall/match
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tidwall-match
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tidwall-match.git
XS-Go-Import-Path: github.com/tidwall/match
Testsuite: autopkgtest-pkg-go

Package: golang-github-tidwall-match-dev
Architecture: all
Depends:
 ${misc:Depends},
Description: simple string pattern matcher for Go
 Match is a very simple pattern matcher where '*' matches on any number
 characters and '?' matches on any one character.