File: control

package info (click to toggle)
golang-github-astroprofundis-sysinfo 0.0~git20240112.ed54df1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: asm: 21; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download
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
Source: golang-github-astroprofundis-sysinfo
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Otto Kekäläinen <otto@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-google-uuid-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-astroprofundis-sysinfo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-astroprofundis-sysinfo.git
Homepage: https://github.com/AstroProfundis/sysinfo
XS-Go-Import-Path: github.com/AstroProfundis/sysinfo

Package: golang-github-astroprofundis-sysinfo-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-google-uuid-dev,
 ${misc:Depends},
Description: Pure Go library providing Linux OS / kernel / hardware system information (library)
 Go library that provides comprehensive Linux OS, kernel, and hardware
 system information. It operates without external dependencies or program
 execution, collecting "inventory type" data such as BIOS, CPU, memory, network,
 and storage details, making it ideal for system monitoring and asset management
 in Linux environments.