guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]