File: control

package info (click to toggle)
golang-github-caarlos0-env 6.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: makefile: 29
file content (46 lines) | stat: -rw-r--r-- 1,330 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
45
46
Source: golang-github-caarlos0-env
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev,
	       golang-github-matryer-is-dev
Standards-Version: 4.5.1
Homepage: https://github.com/caarlos0/env
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-caarlos0-env
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-caarlos0-env.git
XS-Go-Import-Path: github.com/caarlos0/env
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-caarlos0-env-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         golang-github-stretchr-testify-dev
Description: Go library for parse environment variables to structs
 This is a Simple Golang library to parse environment variables to structs.
 Out of the box all built-in types are supported, plus a few others that are
 commonly used. Supports the following type:
 .
  - string
  - bool
  - int
  - int8
  - int16
  - int32
  - int64
  - uint
  - uint8
  - uint16
  - uint32
  - uint64
  - float32
  - float64
  - string
  - time.Duration
  - encoding.TextUnmarshaler
  - url.URL