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
a3cd3e33dd
commit
d316bbe5d8
1 changed files with 24 additions and 0 deletions
|
@ -2226,3 +2226,27 @@ your code will behave as you intend.")
|
|||
(description
|
||||
"This library allow for enabling Windows terminal color support for Go.")
|
||||
(license license:expat)))
|
||||
(define-public go-github-com-davecgh-go-spew-1.1.1
|
||||
(package
|
||||
(name "go-github-com-davecgh-go-spew")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/davecgh/go-spew")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/davecgh/go-spew"))
|
||||
(home-page "https://github.com/davecgh/go-spew")
|
||||
(synopsis "go-spew")
|
||||
(description
|
||||
"Go-spew implements a deep pretty printer for Go data structures to aid in
|
||||
debugging. A comprehensive suite of tests with 100% test coverage is provided
|
||||
to ensure proper functionality. See @code{test_coverage.txt} for the gocov
|
||||
coverage report. Go-spew is licensed under the liberal ISC license, so it may
|
||||
be used in open source or commercial projects.")
|
||||
(license license:isc)))
|
||||
|
|
Loading…
Add table
Reference in a new issue