File: control

package info (click to toggle)
golang-github-microsoft-go-winio 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: makefile: 3
file content (44 lines) | stat: -rw-r--r-- 1,635 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: golang-github-microsoft-go-winio
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Reinhard Tartler <siretart@tauware.de>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-microsoft-go-winio
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-microsoft-go-winio.git
Homepage: https://github.com/microsoft/go-winio
XS-Go-Import-Path: github.com/Microsoft/go-winio

Package: golang-github-microsoft-go-winio-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends}
Description: Win32 IO-related utilities for Go (library)
 Provides essential Windows I/O primitives for Go development, enabling
 secure and efficient low-level system operations on Windows targets from
 non-Windows build environments.
 .
 Key features include:
  - Named pipe and serial port communication
  - File operations with backup/restore privileges
  - Windows service management helpers
  - Security descriptor manipulation (SIDs, DACLs)
  - Virtual account and container token support
  - Windows event log access
  - Registry operations
 .
 This package is primarily used for cross-compiling Windows applications
 from Linux/macOS systems. It implements Windows-specific interfaces not
 available in Go's standard library, with proper handling of Windows
 security models and system APIs.
 .
 Note: Runtime functionality requires Windows OS. It is useful in WSL and
 for cross-compilation