unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75376] [PATCH] gnu: Add clojure-data-zip.
@ 2025-01-05  7:56 Sergey Trofimov
  0 siblings, 0 replies; only message in thread
From: Sergey Trofimov @ 2025-01-05  7:56 UTC (permalink / raw)
  To: 75376; +Cc: Sergey Trofimov

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-01-05  7:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-05  7:56 [bug#75376] [PATCH] gnu: Add clojure-data-zip Sergey Trofimov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).