mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: Add go-github-com-samber-lo.
* gnu/packages/golang-xyz.scm (go-github-com-samber-lo): New variable. Change-Id: I2273b7c7da35e67440a03b097b1491f91058a5a0
This commit is contained in:
parent
f04b0e9600
commit
5401798409
1 changed files with 29 additions and 0 deletions
|
@ -14026,6 +14026,35 @@ logging.")
|
||||||
symbols in the style of Sublime Text, VSCode, @code{IntelliJ} IDEA et al.")
|
symbols in the style of Sublime Text, VSCode, @code{IntelliJ} IDEA et al.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-samber-lo
|
||||||
|
(package
|
||||||
|
(name "go-github-com-samber-lo")
|
||||||
|
(version "1.49.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/samber/lo")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0x82njn075hsb4vax6w7wih5g117chjvsjgzlgq9n1kn5ksi5i64"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/samber/lo"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-text))
|
||||||
|
(home-page "https://github.com/samber/lo")
|
||||||
|
(synopsis "Lodash-style Go library based on Go 1.18+ Generics")
|
||||||
|
(description
|
||||||
|
"This package implements a functionality to iterate over slices, maps,
|
||||||
|
channels etc. and heavily inspired by @url{https://github.com/lodash/lodash,
|
||||||
|
Lodash}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-sap-go-hdb
|
(define-public go-github-com-sap-go-hdb
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-sap-go-hdb")
|
(name "go-github-com-sap-go-hdb")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue