[PATCH] gnu: Add clojure-data-zip.

  • Open
  • quality assurance status badge
Details
One participant
  • Sergey Trofimov
Owner
unassigned
Submitted by
Sergey Trofimov
Severity
normal

Debbugs page

S
S
Sergey Trofimov wrote 6 days ago
(address . guix-patches@gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
2464b638da2711ed5490365ded16e9ce2bf46913.1736063787.git.sarg@sarg.org.ru
* gnu/packages/clojure.scm (clojure-data-zip): New variable.
---
gnu/packages/clojure.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

Toggle diff (37 lines)
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 09674f541e..5d02a38aa7 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -578,6 +578,30 @@ (define-public clojure-data-xml
lazy - should allow parsing and emitting of large XML documents")
(license license:epl1.0)))
+(define-public clojure-data-zip
+ (package
+ (name "clojure-data-zip")
+ (version "1.1.0")
+ (home-page "https://github.com/clojure/data.zip")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1763ddrhflvi3y7mdrw7s5x3p1jnii25wz8vj0gw7i09cnpga5kn"))))
+ (build-system clojure-build-system)
+ (arguments
+ '(#:source-dirs '("src/main/clojure")
+ #:test-dirs '("src/test/clojure")
+ #:doc-dirs '()))
+ (synopsis "Clojure library for filtering trees, and XML trees in particular.")
+ (description "@code{data.zip} is a Clojure library for filtering trees using the zipper
+abstraction.")
+ (license license:epl1.0)))
+
(define-public clojure-instaparse
(let ((version "1.4.12"))
(package

base-commit: e383e8e34097b064d4baa4207673c6ba30617347
--
2.47.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75376@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75376
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch