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-moby-sys
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-golang-x-sys-dev (>= 0.0~git20201101~),
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-moby-sys
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-moby-sys.git
Homepage: https://github.com/moby/sys
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/moby/sys
Package: golang-github-moby-sys-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-sys-dev (>= 0.0~git20201101~),
${misc:Depends},
Description: Go Library for system information and operation
It provides following Go libraries:
.
* github.com/moby/sys/capability
* github.com/moby/sys/mount
* github.com/moby/sys/mountinfo
* github.com/moby/sys/sequential
* github.com/moby/sys/signal
* github.com/moby/sys/symlink
* github.com/moby/sys/user
|