guix-commits
[Top][All Lists]
Advanced

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

19/60: gnu: Add rust-weedle-0.10.


From: guix-commits
Subject: 19/60: gnu: Add rust-weedle-0.10.
Date: Thu, 27 Feb 2020 14:00:48 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c4f37fc1e0671589cb610e6296a524eeb8dd0dcf
Author: Valentin Ignatev <address@hidden>
AuthorDate: Sun Feb 2 00:53:45 2020 +0300

    gnu: Add rust-weedle-0.10.
    
    * gnu/packages/crates-io.scm (rust-weedle-0.10): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ad6f395..4d10562 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19470,6 +19470,28 @@ attribute that is not in the shared backend crate.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-weedle-0.10
+  (package
+    (name "rust-weedle")
+    (version "0.10.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "weedle" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0r0i2kllvkn9jil6cjzxdi1zsc6p1gjyk751w8lyclaii1q3zd1v"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-nom" ,rust-nom-4.2))))
+    (home-page "https://github.com/rustwasm/weedle";)
+    (synopsis "WebIDL Parser")
+    (description
+     "This package provides a WebIDL Parser.")
+    (license license:expat)))
+
 (define-public rust-which-2.0
   (package
     (name "rust-which")



reply via email to

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