GNU bug report logs -
#50590
[PATCH 0/8] Add CHICKEN Eggs
Previous Next
Reported by: Simon Streit <simon <at> netpanic.org>
Date: Tue, 14 Sep 2021 19:27:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/chicken.scm (chicken-sxml-transforms): New variable.
---
gnu/packages/chicken.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/chicken.scm b/gnu/packages/chicken.scm
index a4a2889180..e47bced5aa 100644
--- a/gnu/packages/chicken.scm
+++ b/gnu/packages/chicken.scm
@@ -345,3 +345,26 @@ SRFI-18}.")
@uref{https://srfi.schemers.org/srfi-13/srfi-13.html, SRFI-13} provides a
coherent and comprehensive set of string-processing procedures.")
(license license:bsd-3)))
+
+(define-public chicken-sxml-transforms
+ (package
+ (name "chicken-sxml-transforms")
+ (version "1.4.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (egg-uri "sxml-transforms" version))
+ (sha256
+ (base32
+ "0cvpqgjwz1p5vg8jwjr2p1l3hx9s02f083g84v16wv88y3d5rsbg"))))
+ (build-system chicken-build-system)
+ (arguments `(#:egg-name "sxml-transforms"))
+ (propagated-inputs
+ `(("chicken-srfi-13" ,chicken-srfi-13)))
+ (home-page "https://wiki.call-cc.org/egg/sxml-transforms")
+ (synopsis "The SXML transformations (to XML, SXML, and HTML) from the SSAX
+project")
+ (description "This egg provides the SXML transforms available in the
+SSAX/SXML Sourceforge project. It incorporates one main module, and an
+auxiliary one.")
+ (license license:public-domain)))
--
2.33.0
This bug report was last modified 3 years and 229 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.