guix-commits
[Top][All Lists]
Advanced

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

10/46: gnu: Add rust-rustdoc-stripper-0.1.


From: guix-commits
Subject: 10/46: gnu: Add rust-rustdoc-stripper-0.1.
Date: Thu, 19 Mar 2020 16:46:09 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 87a3a185fe433d3497f08083c6ec7e5eb78c5fef
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Mar 18 22:32:39 2020 +0200

    gnu: Add rust-rustdoc-stripper-0.1.
    
    * gnu/packages/crates-io.scm (rust-rustdoc-stripper-0.1): New variable.
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aaa3b2b..59d153d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14750,6 +14750,29 @@ require unstable language features.")
 rustc compiler.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-rustdoc-stripper-0.1
+  (package
+    (name "rust-rustdoc-stripper")
+    (version "0.1.9")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "rustdoc-stripper" version))
+        (file-name
+         (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "13rf65a0xk1zyb92jd8p12x529rsbfchwk9zvjr0snr9savpxw19"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-development-inputs
+       (("rust-tempfile" ,rust-tempfile-3.1))))
+    (home-page "https://github.com/GuillaumeGomez/rustdoc-stripper";)
+    (synopsis "Nanipulate rustdoc comments")
+    (description
+     "This package provides a tool to manipulate rustdoc comments.")
+    (license license:asl2.0)))
+
 (define-public rust-rustfix-0.4
   (package
     (name "rust-rustfix")



reply via email to

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