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.