Source: golang-github-becheran-wildmatch-go Section: golang Maintainer: Debian Go Packaging Team Uploaders: Maytham Alsudany Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-becheran-wildmatch-go Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-becheran-wildmatch-go.git Homepage: https://github.com/becheran/wildmatch-go XS-Go-Import-Path: github.com/becheran/wildmatch-go Package: golang-github-becheran-wildmatch-go-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Description: simple string matching with questionmark- and star-wildcard operator (library) Library to match strings against a simple wildcard pattern. Tests a wildcard pattern p against an input string s. Returns true only when p matches the entirety of s.