Source: golang-github-tidwall-match Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Jack Henschel , Michael Prokop , Thorsten Alteholz , Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, Standards-Version: 4.6.0 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}, Multi-Arch: foreign 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.