File: control

package info (click to toggle)
golang-github-adam-hanna-arrayoperations 0.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 971 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-adam-hanna-arrayoperations
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Stephen Gelman <ssgelm@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-adam-hanna-arrayoperations
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-adam-hanna-arrayoperations.git
Homepage: https://github.com/adam-hanna/arrayOperations
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/adam-hanna/arrayOperations

Package: golang-github-adam-hanna-arrayoperations-dev
Architecture: all
Depends: ${misc:Depends}
Description: Small library for performing operations on slices in golang
 arrayOperations is a small library for performing union, intersect, difference
 and distinct operations on slices in golang