| 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
 
 | Source: golang-github-u-root-uio
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-pierrec-lz4-dev,
               golang-golang-x-sys-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-u-root-uio
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-u-root-uio.git
Homepage: https://github.com/u-root/uio
XS-Go-Import-Path: github.com/u-root/uio
Package: golang-github-u-root-uio-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-pierrec-lz4-dev,
         golang-golang-x-sys-dev,
         ${misc:Depends}
Description: commonly used utilities for u-root
 Go library for breaking up circular dependencies in u-root.
 .
 It contains:
  * cli: simple CLI
  * cp: routines to copy files
  * llog: dirt-simple leveled text logger
  * rand: cancelable reads from a cryptographically safe random number
    source
  * uio: commonly used io utilities
  * ulog: exposes logging via a Go interface
 |