| 12
 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
 37
 38
 39
 40
 41
 42
 43
 44
 
 | Source: golang-github-shenwei356-util
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-shenwei356-breader-dev (>= 0.3.2-1~),
               golang-github-shenwei356-natsort-dev,
               golang-github-spf13-cobra-dev,
               golang-github-pkg-errors-dev,
               golang-github-twotwotwo-sorts-dev,
               golang-github-montanaflynn-stats-dev <!nocheck>,
               golang-github-araddon-dateparse-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-shenwei356-util
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-shenwei356-util.git
Homepage: https://github.com/shenwei356/util
XS-Go-Import-Path: github.com/shenwei356/util
Package: golang-github-shenwei356-util-dev
Architecture: all
Depends: golang-github-shenwei356-breader-dev (>= 0.3.2-1~),
         golang-github-spf13-cobra-dev,
         golang-github-pkg-errors-dev,
         golang-github-twotwotwo-sorts-dev,
         golang-github-shenwei356-natsort-dev,
         golang-github-araddon-dateparse-dev,
         ${misc:Depends}
Description: Golang utility packages (library)
 The utilities include
 .
  bytesize: providing a way to show readable values of byte sizes by reediting
            the code from http://golang.org/doc/effective_go.html.  It could
            also parsing byte size text to ByteSize object.
 .
  exec:     runs external commands. It wraps os.exec to allow using full
            command string as arguments, and provides functions of providing
            (stdin, stdout, stderr) channel for (stdin, stdout, stderr) pipe.
 .
 byteutil, cliutil, math, pathutil, randutil, stringutil are further utils
 without specific documentation.
 |