Source: golang-github-hashicorp-go-envparse Maintainer: Debian Go Packaging Team Uploaders: Benjamin Drung , Guillem Jover , Section: golang Testsuite: autopkgtest-pkg-go Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-envparse Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-envparse.git Homepage: https://github.com/hashicorp/go-envparse XS-Go-Import-Path: github.com/hashicorp/go-envparse Package: golang-github-hashicorp-go-envparse-dev Architecture: all Depends: ${misc:Depends}, Multi-Arch: foreign Description: Minimal environment variable parser for Go (library) go-envparse is a minimal Go environment variable parser. It's intended to be used to parse .env style files similar to godotenv or rubydotenv, but perform minimal allocations, handle more complex quoting, and be better tested. . Parsing a line does 2 allocations regardless of line length or complexity. The parser supports JSON strings which allows for cross-language/platform encoding of arbitrarily complex data.