File: control

package info (click to toggle)
golang-gopkg-jcmturner-aescts.v1 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 80 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 967 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-gopkg-jcmturner-aescts.v1
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Stephen Gelman <ssgelm@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang
Build-Depends-Indep: golang-any,
                     golang-github-stretchr-testify-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-jcmturner-aescts.v1
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-jcmturner-aescts.v1.git
Homepage: https://github.com/jcmturner/aescts
Rules-Requires-Root: no
XS-Go-Import-Path: gopkg.in/jcmturner/aescts.v1

Package: golang-gopkg-jcmturner-aescts.v1-dev
Architecture: all
Depends: golang-github-stretchr-testify-dev,
         ${misc:Depends}
Description: AES CBC Ciphertext Stealing mode for Go
 Golang library to encrypt and decrypt data using AES CBC Ciphertext stealing
 mode.