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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
Source: apptainer
Section: admin
Standards-Version: 4.7.3
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Roland Mas <lolando@debian.org>,
Build-Depends:
cryptsetup-bin,
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-adxgun-registry-auth-dev,
golang-github-apex-log-dev,
golang-github-appc-cni-dev (>= 0.7.1~),
golang-github-apptainer-container-key-client-dev,
golang-github-apptainer-container-library-client-dev,
golang-github-apptainer-sif-dev,
golang-github-astromechza-etcpwdparse-dev,
golang-github-blang-semver-dev (>= 4),
golang-github-buger-goterm-dev,
golang-github-buger-jsonparser-dev,
golang-github-ccoveille-go-safecast-dev,
golang-github-cenkalti-backoff-dev,
golang-github-containernetworking-plugin-dnsname,
golang-github-containernetworking-plugins-dev,
golang-github-containers-common-dev,
golang-github-containers-image-dev,
golang-github-creack-pty-dev,
golang-github-cyphar-filepath-securejoin-dev,
golang-github-docker-distribution-dev,
golang-github-docker-docker-dev (>= 19.03.4~),
golang-github-docker-go-units-dev,
golang-github-fatih-color-dev,
golang-github-go-log-log-dev,
golang-github-google-go-containerregistry-dev,
golang-github-google-uuid-dev,
golang-github-gosimple-slug-dev,
golang-github-gosimple-unidecode-dev,
golang-github-moby-sys-dev,
golang-github-netflix-go-expect-dev,
golang-github-opencontainers-cgroups-dev,
golang-github-opencontainers-image-spec-dev,
golang-github-opencontainers-runtime-tools-dev,
golang-github-opencontainers-selinux-dev,
golang-github-opencontainers-specs-dev,
golang-github-opensuse-umoci-dev (>= 0.6.0),
golang-github-pelletier-go-toml-dev,
golang-github-pkg-errors-dev,
golang-github-protonmail-go-crypto-dev,
golang-github-samber-lo-dev,
golang-github-seccomp-containers-golang-dev,
golang-github-shopspring-decimal-dev,
golang-github-sigstore-sigstore-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-pflag-dev,
golang-github-sylabs-json-resp-dev,
golang-github-vbauerster-mpb-dev (>= 7.3.2),
golang-golang-x-crypto-dev,
golang-golang-x-sys-dev,
golang-golang-x-term-dev,
golang-golang-x-text-dev,
golang-gopkg-yaml.v3-dev,
golang-logrus-dev,
golang-mvdan-sh-dev,
golang-toml-dev,
golang-yaml.v2-dev,
# golint <!nocheck>,
help2man,
stow,
uidmap,
Vcs-Git: https://salsa.debian.org/go-team/packages/apptainer.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/apptainer
Homepage: https://apptainer.org/
XS-Go-Import-Path: github.com/apptainer/apptainer
Package: apptainer
Architecture: any
Built-Using:
${misc:Built-Using},
Static-Built-Using:
${misc:Static-Built-Using},
Depends:
ca-certificates,
containernetworking-plugins,
squashfs-tools,
uidmap,
${misc:Depends},
${shlibs:Depends},
Provides:
singularity-container,
Recommends:
e2fsprogs,
Description: container platform focused on supporting "Mobility of Compute"
Mobility of Compute encapsulates the development to compute model
where developers can work in an environment of their choosing and
creation and when the developer needs additional compute resources,
this environment can easily be copied and executed on other platforms.
Additionally as the primary use case for Apptainer is targeted
towards computational portability, many of the barriers to entry of
other container solutions do not apply to Apptainer making it an
ideal solution for users (both computational and non-computational)
and HPC centers.
.
Apptainer is the successor of Singularity. Its hosted by the Linux
Foundation
|