File: control

package info (click to toggle)
golang-github-containers-ocicrypt 1.1.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 540 kB
  • sloc: sh: 242; makefile: 17
file content (54 lines) | stat: -rw-r--r-- 2,440 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: golang-github-containers-ocicrypt
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               gnutls-bin,
               golang-any,
               golang-github-fullsailor-pkcs7-dev,
               golang-github-miekg-pkcs11-dev,
               golang-github-opencontainers-go-digest-dev,
               golang-github-opencontainers-image-spec-dev,
               golang-github-pkg-errors-dev,
               golang-github-sirupsen-logrus-dev,
               golang-github-stefanberger-go-pkcs11uri-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-crypto-dev,
               golang-google-grpc-dev,
               golang-google-protobuf-dev,
               golang-github-go-jose-go-jose-dev,
               golang-gopkg-yaml.v2-dev,
               softhsm2,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containers-ocicrypt
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containers-ocicrypt.git
Homepage: https://github.com/containers/ocicrypt
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/containers/ocicrypt

Package: golang-github-containers-ocicrypt-dev
Architecture: all
Depends: golang-github-fullsailor-pkcs7-dev,
         golang-github-miekg-pkcs11-dev,
         golang-github-opencontainers-go-digest-dev,
         golang-github-opencontainers-image-spec-dev,
         golang-github-pkg-errors-dev,
         golang-github-sirupsen-logrus-dev,
         golang-github-stefanberger-go-pkcs11uri-dev,
         golang-golang-x-crypto-dev,
         golang-google-grpc-dev,
         golang-google-protobuf-dev,
         golang-github-go-jose-go-jose-dev,
         golang-gopkg-yaml.v2-dev,
         ${misc:Depends},
Description: Encryption libraries for Encrypted OCI Container images (library)
 OCIcrypt Library The ocicrypt library is the OCI image
 spec implementation of container image encryption. More
 details of the spec can be seen in the OCI repository
 (https://github.com/opencontainers/image-spec/pull/775). The purpose of
 this library is to encode spec structures and consts in code, as well as
 provide a consistent implementation of image encryption across container
 runtimes and build tools.