File: control

package info (click to toggle)
golang-github-gobuffalo-envy 1.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 108 kB
  • sloc: makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,255 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
Source: golang-github-gobuffalo-envy
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-joho-godotenv-dev,
               golang-github-stretchr-testify-dev
Standards-Version: 4.2.1
Homepage: https://github.com/gobuffalo/envy
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gobuffalo-envy
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gobuffalo-envy.git
XS-Go-Import-Path: github.com/gobuffalo/envy
Testsuite: autopkgtest-pkg-go

Package: golang-github-gobuffalo-envy-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-joho-godotenv-dev,
         golang-github-stretchr-testify-dev
Description: simplify working with ENV variables
 Envy makes working with ENV variables in Go trivial:
  * Get ENV variables with default values
  * Set ENV variables safely without affecting the underlying system
  * Temporarily change ENV vars; useful for testing
  * Map all of the key/values in the ENV
  * Loads .env files (by using godotenv