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
|
Source: golang-github-sylabs-sif
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Dmitry Smirnov <onlyjob@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 12),
dh-golang,
golang-any,
golang-github-google-go-containerregistry-dev,
golang-github-google-uuid-dev,
golang-github-protonmail-go-crypto-dev (>= 1.1.2~),
golang-github-satori-go.uuid-dev,
golang-github-secure-systems-lab-go-securesystemslib-dev (>= 0.7),
golang-github-sebdah-goldie-dev,
golang-github-sigstore-sigstore-dev,
golang-github-spf13-cobra-dev,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sylabs-sif
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sylabs-sif.git
Homepage: https://github.com/sylabs/sif
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/sylabs/sif
Package: golang-github-sylabs-sif-dev
Architecture: all
Depends:
${misc:Depends},
golang-github-google-go-containerregistry-dev,
golang-github-google-uuid-dev,
golang-github-protonmail-go-crypto-dev (>= 1.1.2~),
golang-github-satori-go.uuid-dev,
golang-github-secure-systems-lab-go-securesystemslib-dev (>= 0.7),
golang-github-sigstore-sigstore-dev,
golang-github-spf13-cobra-dev,
Description: reference implementation of the Singularity Image Format (SIF)
SIF is an implementation of the Singularity Container Image Format that
makes it easy to create complete and encapsulated container enviroments
stored in a single file.
Package: siftool
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: utility to manipulate Singularity Image Format (SIF) files
This package provides "siftool" CLI program to manipulate
SIF container files.
|