Source: golang-github-shopify-ejson
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-dustin-gojson-dev,
               golang-github-smartystreets-goconvey-dev,
               golang-github-urfave-cli-dev,
               golang-golang-x-crypto-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-shopify-ejson
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-shopify-ejson.git
Homepage: https://github.com/Shopify/ejson
XS-Go-Import-Path: github.com/Shopify/ejson

Package: golang-github-shopify-ejson-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-smartystreets-goconvey-dev,
         golang-github-urfave-cli-dev,
         golang-golang-x-crypto-dev,
         ${misc:Depends},
Description: small library to manage encrypted secrets using asymmetric encryption
 This package contains a ejson which is a utility for managing a
 collection of secrets in source control.
 .
 The secrets are encrypted using public key, elliptic curve
 cryptography (NaCl Box: Curve25519 + Salsa20 + Poly1305-AES).
 .
 Secrets are collected in a JSON file, in which all the string values
 are encrypted. Public keys are embedded in the file, and the decrypter
 looks up the corresponding private key from its local filesystem.
