Source: golang-github-containers-luksy Maintainer: Debian Go Packaging Team Uploaders: Reinhard Tartler Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-aead-serpent-dev, golang-github-google-uuid-dev, golang-github-sirupsen-logrus-dev, golang-github-spf13-cobra-dev (>= 1.7), golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containers-luksy Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containers-luksy.git Homepage: https://github.com/containers/luksy Rules-Requires-Root: no XS-Go-Import-Path: github.com/containers/luksy Package: luksy Architecture: any Built-Using: ${misc:Built-Using} Depends: ${misc:Depends}, ${shlibs:Depends}, Description: offline encryption/decryption using LUKS formats (program) luksy implements encryption and decryption using LUKSv1 and LUKSv2 formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't actually produce smaller output than input, but it encrypts, and that's nice. . The main goal is to be able to encrypt/decrypt without the Linux device mapper. Duplicating functions of cryptsetup that it can perform without accessing the Linux device mapper is not a priority. . If you can cryptsetup, you should use that instead. Package: golang-github-containers-luksy-dev Architecture: all Multi-Arch: foreign Depends: golang-github-aead-serpent-dev, golang-github-google-uuid-dev, golang-github-sirupsen-logrus-dev, golang-github-spf13-cobra-dev (>= 1.7), golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev, ${misc:Depends} Description: offline encryption/decryption using LUKS formats (library) luksy implements encryption and decryption using LUKSv1 and LUKSv2 formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't actually produce smaller output than input, but it encrypts, and that's nice. . The main goal is to be able to encrypt/decrypt without the Linux device mapper. Duplicating functions of cryptsetup that it can perform without accessing the Linux device mapper is not a priority. . This package ships library source code intended for building depndant software packages