File: control

package info (click to toggle)
golang-github-tklauser-go-sysconf 0.3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 472 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,159 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
Source: golang-github-tklauser-go-sysconf
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-sys-dev,
               golang-github-tklauser-numcpus-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tklauser-go-sysconf
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tklauser-go-sysconf.git
Homepage: https://github.com/tklauser/go-sysconf
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/tklauser/go-sysconf

Package: golang-github-tklauser-go-sysconf-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-sys-dev,
         golang-github-tklauser-numcpus-dev,
         ${misc:Depends}
Description: sysconf for Go, without using cgo (library)
 Sysconf for Go, without using cgo or external binaries (e.g. getconf).
 .
 Supported operating systems: Linux, macOS, DragonflyBSD, FreeBSD, NetBSD,
 OpenBSD, Solaris/Illumos.