guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

133/272: gnu: Add rust-xmlparser-0.13.


From: guix-commits
Subject: 133/272: gnu: Add rust-xmlparser-0.13.
Date: Sat, 13 Feb 2021 05:54:34 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 1aac0808165eb43d09f7ba36a6350bd6e4b2dacd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 10 15:01:30 2021 +0100

    gnu: Add rust-xmlparser-0.13.
    
    * gnu/packages/crates-io.scm (rust-xmlparser-0.13): New variable.
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 29666bc..4981504 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -46021,6 +46021,26 @@ to XDG Base Directory specification.")
      "Push based streaming parser for xml.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-xmlparser-0.13
+  (package
+    (name "rust-xmlparser")
+    (version "0.13.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "xmlparser" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1n73ymdxpdq30fgz698095zvh8k5r264rl6pcxnyyrr19nra4jqi"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))
+    (home-page "https://github.com/RazrFalcon/xmlparser";)
+    (synopsis "Pull-based, zero-allocation XML parser")
+    (description
+     "@code{xmlparser} is a low-level, pull-based, zero-allocation XML 1.0
+parser.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-xz2-0.1
   (package
     (name "rust-xz2")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]