File: control

package info (click to toggle)
golang-github-alecthomas-units 0.0~git20240927.0f3dac3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 973 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
Source: golang-github-alecthomas-units
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Peter Colberg <peter@colberg.org>,
 Guillem Jover <gjover@sipwise.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-stretchr-testify-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Homepage: https://github.com/alecthomas/units
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-alecthomas-units
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-alecthomas-units.git
XS-Go-Import-Path: github.com/alecthomas/units

Package: golang-github-alecthomas-units-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Go package for parsing byte units
 This package provides multipliers and string conversion functions
 for byte units with support for decimal and binary SI prefixes.