File: control

package info (click to toggle)
golang-github-intel-go-cpuid 0.0~git20210602.5747e5c-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid
  • size: 124 kB
  • sloc: asm: 18; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,170 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
Source: golang-github-intel-go-cpuid
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
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-intel-go-cpuid
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-intel-go-cpuid.git
Homepage: https://github.com/intel-go/cpuid
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/intel-go/cpuid

Package: golang-github-intel-go-cpuid-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Intel CPUID library for Go Programming Language
 The cpuid package provides convenient and fast access to information from
 the x86 CPUID instruction. The package gathers all information during
 package initialization phase so its public interface will not need to
 execute the CPUID instruction at runtime. Frequent calls to the CPUID
 instruction can hurt performance, so this package makes it easier to do
 CPU-specific optimizations.