File: control

package info (click to toggle)
golang-github-u-root-uio 0.0~git20220204.dac05f7-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: sh: 25; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,149 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
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-golang-x-sys-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.0
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-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:
  * cp: routines to copy files.
  * rand: cancelable reads from a cryptographically safe random number
    source.
  * ubinary: a native endian binary.ByteOrder.
  * uio: commonly used io utilities.
  * ulog: exposes logging via a Go interface.