File: control

package info (click to toggle)
golang-github-gobwas-glob 0.2.3%2Bgit20180208.19c076c-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 356 kB
  • sloc: sh: 20; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 884 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
Source: golang-github-gobwas-glob
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any
Standards-Version: 4.1.3
Homepage: https://github.com/gobwas/glob
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gobwas-glob
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gobwas-glob.git
XS-Go-Import-Path: github.com/gobwas/glob
Testsuite: autopkgtest-pkg-go

Package: golang-github-gobwas-glob-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Go glob pattern library
 Package glob provides a glob pattern library. Function Compile
 creates Glob for given pattern and strings (if any present after
 pattern) as separators.