File: control

package info (click to toggle)
golang-github-shogo82148-go-shuffle 0.0~git20170808.0.5982909-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 80 kB
  • ctags: 32
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 935 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
Source: golang-github-shogo82148-go-shuffle
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.0.0
Homepage: https://github.com/shogo82148/go-shuffle
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-shogo82148-go-shuffle.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-shogo82148-go-shuffle.git
XS-Go-Import-Path: github.com/shogo82148/go-shuffle
Testsuite: autopkgtest-pkg-go

Package: golang-github-shogo82148-go-shuffle-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Primitives for shuffling slices and user-defined collections in Go
 Package shuffle provides primitives for shuffling slices and user-defined
 collections in Go.