adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 11:15:34 +01:00
parent 88aed2b242
commit df349da594
GPG key ID: 38751DAE145EFB5A

View file

@ -2094,3 +2094,28 @@ standard library logger.")
(synopsis "gorilla/mux")
(description "Package mux implements a request router and dispatcher.")
(license license:bsd-3)))
(define-public go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7
(package
(name "go-github-com-docker-libtrust")
(version "0.0.0-20160708172513-aabc10ec26b7")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/docker/libtrust")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1lwslbggzc2b0c4wxl5pn6i2nfgz5jz8f7s7vnid9mrlsk59h7s1"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/docker/libtrust"))
(home-page "https://github.com/docker/libtrust")
(synopsis "libtrust")
(description
"Package libtrust provides an interface for managing authentication and
authorization using public key cryptography. Authentication is handled using
the identity attached to the public key and verified through TLS x509
certificates, a key challenge, or signature. Authorization and access control
is managed through a trust graph distributed between both remote trust servers
and locally cached and managed data.")
(license license:asl2.0)))