File: control

package info (click to toggle)
golang-github-tredoe-osutil 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: makefile: 4
file content (40 lines) | stat: -rw-r--r-- 1,509 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
Source: golang-github-tredoe-osutil
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
Standards-Version: 4.7.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tredoe-osutil
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tredoe-osutil.git
Homepage: https://github.com/tredoe/osutil
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/tredoe/osutil

Package: golang-github-tredoe-osutil-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: access to operating system functionality
 The tredoe/osutil package provides access to operating system functionality
 that is dependent on the platform. It includes utilities for executing
 commands with standard input, output, and error handling, as well as
 cryptographic functions for hashing passwords using various algorithms such
 as SHA-512 and SHA-256.
 .
 This module is useful for developers who need to interact with the operating
 system in a platform-agnostic way, ensuring compatibility across different
 environments.
 .
 Features:
  * Execute commands with full control over standard input, output, and error
    streams.
  * Cryptographic utilities for hashing passwords using SHA-512, SHA-256, and
    other algorithms.
  * Platform-dependent functionality abstracted for ease of use.