File: control

package info (click to toggle)
golang-vbom-util 0.0~git20180919.efcd4e0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
33
34
35
36
Source: golang-vbom-util
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tong Sun <suntong001@users.sourceforge.net>,
           Utkarsh Gupta <utkarsh@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-bruth-assert-dev,
               golang-github-xlab-handysort-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-vbom-util
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-vbom-util.git
Homepage: https://github.com/fvbommel/util
Rules-Requires-Root: no
XS-Go-Import-Path: vbom.ml/util

Package: golang-vbom-util-dev
Architecture: all
Depends: golang-github-bruth-assert-dev,
         golang-github-xlab-handysort-dev,
         ${misc:Depends}
Description: Go utility packages (library)
 Package util includes various small pieces of code.
 .
 rope
 .
   Package rope implements a "heavy-weight string", which represents very
   long strings more efficiently (especially when many concatenations are
   performed).
 .
 sortorder
 .
   Package sortorder implements sort orders and comparison functions.