File: control

package info (click to toggle)
golang-github-joho-godotenv 1.2.0%2Bgit20180115.6bb0851-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, buster-backports
  • size: 136 kB
  • sloc: makefile: 6
file content (24 lines) | stat: -rw-r--r-- 1,004 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
Source: golang-github-joho-godotenv
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 (>= 11~),
               dh-golang,
               golang-any
Standards-Version: 4.1.3
Homepage: https://github.com/joho/godotenv
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-joho-godotenv.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-joho-godotenv.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/joho/godotenv

Package: golang-github-joho-godotenv-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Go port of Ruby's dotenv library
 This Go library provides a port of Ruby's dotenv library. This library
 can be used for reading .env files and environment variables. It also
 includes an autoload feature to automatically read and load a environment
 information.