mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
88aed2b242
commit
df349da594
1 changed files with 25 additions and 0 deletions
|
@ -2094,3 +2094,28 @@ standard library logger.")
|
||||||
(synopsis "gorilla/mux")
|
(synopsis "gorilla/mux")
|
||||||
(description "Package mux implements a request router and dispatcher.")
|
(description "Package mux implements a request router and dispatcher.")
|
||||||
(license license:bsd-3)))
|
(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)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue