File: control

package info (click to toggle)
golang-github-deckarep-golang-set 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 132 kB
  • ctags: 205
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 982 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-deckarep-golang-set
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper (>= 9), dh-golang, golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/deckarep/golang-set
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-deckarep-golang-set.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-deckarep-golang-set.git
XS-Go-Import-Path: github.com/deckarep/golang-set

Package: golang-github-deckarep-golang-set-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: simple set type for the Go language
 The missing set collection for the Go language.
 .
 Coming from Python one of the things missing in Go is the superbly wonderful
 set collection. This is an attempt to mimic the primary features of the set
 from Python.
 .
 This package contains the source.