From: Sergey Trofimov <sarg@sarg.org.ru>
To: 75376@debbugs.gnu.org
Cc: Sergey Trofimov <sarg@sarg.org.ru>
Subject: [bug#75376] [PATCH] gnu: Add clojure-data-zip.
Date: Sun, 5 Jan 2025 08:56:41 +0100 [thread overview]
Message-ID: <2464b638da2711ed5490365ded16e9ce2bf46913.1736063787.git.sarg@sarg.org.ru> (raw)
* 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
reply other threads:[~2025-01-05 7:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2464b638da2711ed5490365ded16e9ce2bf46913.1736063787.git.sarg@sarg.org.ru \
--to=sarg@sarg.org.ru \
--cc=75376@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).