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-danwakefield-fnmatch
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>,
Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-danwakefield-fnmatch
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-danwakefield-fnmatch.git
Homepage: https://github.com/danwakefield/fnmatch
XS-Go-Import-Path: github.com/danwakefield/fnmatch
Package: golang-github-danwakefield-fnmatch-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Updated clone of kballard’s fnmatch(3) implementation for Go
This Go package provides filename or pathname string-matching based
as closely as possible on BSD fnmatch(3).
.
It is an updated clone of kballard’s Go fnmatch implementation in his
GitHub gist at https://gist.github.com/kballard/272720
which dates back to 2010.
|