guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/26: gnu: Add julia-queryoperators.


From: guix-commits
Subject: 07/26: gnu: Add julia-queryoperators.
Date: Mon, 31 May 2021 05:56:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 209a80c109b8ec742cef12c69e1a6a6943b3570e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 31 11:02:54 2021 +0300

    gnu: Add julia-queryoperators.
    
    * gnu/packages/julia-xyz.scm (julia-queryoperators): New variable.
---
 gnu/packages/julia-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 648dd20..0aaa7cd 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1370,6 +1370,30 @@ actual computation.")
 plotting components.")
     (license license:expat)))
 
+(define-public julia-queryoperators
+  (package
+    (name "julia-queryoperators")
+    (version "0.9.3")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/queryverse/QueryOperators.jl";)
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32 "06zm4cbn3x49lbpgshhdfvvmgz066qkc8q0d57igm5p8bcp6js22"))))
+    (build-system julia-build-system)
+    (propagated-inputs
+     `(("julia-datastructures" ,julia-datastructures)
+       ("julia-iteratorinterfaceextensions" ,julia-iteratorinterfaceextensions)
+       ("julia-tableshowutils" ,julia-tableshowutils)))
+    (home-page "https://github.com/queryverse/QueryOperators.jl";)
+    (synopsis "Query operators for Julia")
+    (description "This package contains the underlying query operators that are
+exposed to users in @code{Query.jl}.")
+    (license license:expat)))
+
 (define-public julia-recipesbase
   (package
     (name "julia-recipesbase")



reply via email to

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