guix-commits
[Top][All Lists]
Advanced

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

02/31: gnu: Add rust-strong-xml-derive-0.6.


From: guix-commits
Subject: 02/31: gnu: Add rust-strong-xml-derive-0.6.
Date: Wed, 3 Nov 2021 08:30:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c4600ccebc968b34e7594ff426af02518418f574
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Sep 18 16:13:04 2021 +0000

    gnu: Add rust-strong-xml-derive-0.6.
    
    * gnu/packages/crates-io.scm (rust-strong-xml-derive-0.6): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d9dfcc8..ffca130 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47450,6 +47450,30 @@ and write it somewhere that does not easily support 
them, such as a log
 file.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-strong-xml-derive-0.6
+  (package
+    (name "rust-strong-xml-derive")
+    (version "0.6.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "strong-xml-derive" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1qf7smxaaglj7p9fs0csd0cyvwcy30w96pdy2aqi65ijk7s83iwj"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-proc-macro2" ,rust-proc-macro2-1)
+        ("rust-quote" ,rust-quote-1)
+        ("rust-syn" ,rust-syn-1))))
+    (home-page "https://github.com/PoiScript/strong-xml";)
+    (synopsis "Strong typed XML")
+    (description
+     "This package provides a strong typed XML parser, based on xmlparser.")
+    (license license:expat)))
+
 (define-public rust-strsim-0.10
   (package
     (name "rust-strsim")



reply via email to

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