me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-expr-lang-expr.

* gnu/packages/golang-xyz.scm (go-github-com-expr-lang-expr): New variable.

Change-Id: I580e3c664322565d506261ec789ddfe05faa764e
master
Sharlatan Hellseher 2024-06-07 10:06:48 +01:00
parent 71949ab204
commit 79e27e822f
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 26 additions and 0 deletions

View File

@ -1457,6 +1457,32 @@ scanner API made public.")
for @code{Set}, @code{Get}, @code{Delete} and @code{Len}.")
(license license:expat)))
(define-public go-github-com-expr-lang-expr
(package
(name "go-github-com-expr-lang-expr")
(version "1.16.9")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/expr-lang/expr")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "08p7gcxm7psgn1rzhhy2s2va59ssy77x8wd706gdp2pif7wln883"))))
(build-system go-build-system)
(arguments
(list
#:go go-1.21
#:import-path "github.com/expr-lang/expr"))
(home-page "https://expr-lang.org/")
(synopsis "Expression language and expression evaluation for Go")
(description
"The package @strong{Expr} provides a Go-centric expression language
designed to deliver dynamic configurations with unparalleled accuracy, safety,
and speed.")
(license license:expat)))
(define-public go-github-com-facette-natsort
(package
(name "go-github-com-facette-natsort")