GNU bug report logs - #75376
[PATCH] gnu: Add clojure-data-zip.

Previous Next

Package: guix-patches;

Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>

Date: Sun, 5 Jan 2025 07:57:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: 75376 <at> debbugs.gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [bug#75376] [PATCH] gnu: Add clojure-data-zip.
Date: Sun,  5 Jan 2025 08:56:41 +0100
* gnu/packages/clojure.scm (clojure-data-zip): New variable.
---
 gnu/packages/clojure.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

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





This bug report was last modified 162 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.