File: control

package info (click to toggle)
golang-github-klauspost-cpuid 2.2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 1,088 kB
  • sloc: asm: 117; sh: 12; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,056 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-klauspost-cpuid
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Tim Potter <tpot@hpe.com>,
 Roger Shimizu <rosh@debian.org>,
 Mathias Gibbens <gibmat@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-golang-x-sys-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/klauspost/cpuid
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-klauspost-cpuid
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-klauspost-cpuid.git
XS-Go-Import-Path: github.com/klauspost/cpuid/v2
Testsuite: autopkgtest-pkg-go

Package: golang-github-klauspost-cpuid-dev
Architecture: all
Depends: ${misc:Depends},
         golang-golang-x-sys-dev
Multi-Arch: foreign
Description: CPU feature identification for Go
 Package cpuid provides information about the CPU running the
 current program. CPU features are detected on startup, and kept
 for fast access through the life of the application.