[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/30: gnu: Add go-github-com-expr-lang-expr.
From: |
guix-commits |
Subject: |
08/30: gnu: Add go-github-com-expr-lang-expr. |
Date: |
Wed, 3 Jul 2024 17:59:21 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 79e27e822f094a086ff3f2701b5b4abcc6e09cc2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Jun 7 10:06:48 2024 +0100
gnu: Add go-github-com-expr-lang-expr.
* gnu/packages/golang-xyz.scm (go-github-com-expr-lang-expr): New variable.
Change-Id: I580e3c664322565d506261ec789ddfe05faa764e
---
gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7e7fcc5105..5cbe8b83fd 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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")
- branch master updated (45f8f97147 -> ddbbb78786), guix-commits, 2024/07/03
- 04/30: gnu: Add go-github-com-adrg-strutil., guix-commits, 2024/07/03
- 06/30: gnu: Add go-github-com-dsnet-golib., guix-commits, 2024/07/03
- 08/30: gnu: Add go-github-com-expr-lang-expr.,
guix-commits <=
- 10/30: gnu: Add go-tengo., guix-commits, 2024/07/03
- 02/30: gnu: Add go-github-com-montanaflynn-stats., guix-commits, 2024/07/03
- 03/30: gnu: Add go-github-com-shopspring-decimal., guix-commits, 2024/07/03
- 05/30: gnu: Add go-github-com-adrg-xdg., guix-commits, 2024/07/03
- 01/30: gnu: Add packages/golang-math module., guix-commits, 2024/07/03
- 07/30: gnu: Add go-github-com-dsnet-compress., guix-commits, 2024/07/03
- 09/30: gnu: Add go-github-com-d5-tengo-v2., guix-commits, 2024/07/03
- 11/30: gnu: Add go-github-com-remeh-sizedwaitgroup., guix-commits, 2024/07/03
- 12/30: gnu: Add go-github-com-gookit-color., guix-commits, 2024/07/03
- 13/30: gnu: Add go-atomicgo-dev-assert., guix-commits, 2024/07/03