[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/43: gnu: Add rust-doc-comment.
From: |
guix-commits |
Subject: |
07/43: gnu: Add rust-doc-comment. |
Date: |
Mon, 12 Aug 2019 05:02:10 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit f0b9ffcdee75e42ad6c8682886f35c868c433f39
Author: Efraim Flashner <address@hidden>
Date: Sun Aug 4 12:54:34 2019 +0300
gnu: Add rust-doc-comment.
* gnu/packages/crates-io.scm (rust-doc-comment): New variable.
---
gnu/packages/crates-io.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3f9bc1f..1d80223 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -132,6 +132,25 @@ memory but not other memory. This package provides a
discard trait which allows
for intentionally leaking memory")
(license license:expat)))
+(define-public rust-doc-comment
+ (package
+ (name "rust-doc-comment")
+ (version "0.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "doc-comment" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "15rsqxgarfpb1yim9sbp9yfgj7p2dq6v51c6bq1a62paii9ylgcj"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/GuillaumeGomez/doc-comment")
+ (synopsis "Macro to generate doc comments")
+ (description "This package provides a way to generate doc comments
+from macros.")
+ (license license:expat)))
+
(define-public rust-proc-macro2
(package
(name "rust-proc-macro2")
- branch master updated (513a66c -> c9093d2), guix-commits, 2019/08/12
- 01/43: gnu: crates-io.scm: Sort packages alphabetically., guix-commits, 2019/08/12
- 02/43: gnu: Add rust-autocfg., guix-commits, 2019/08/12
- 03/43: gnu: Add rust-bencher., guix-commits, 2019/08/12
- 04/43: gnu: Add rust-bitflags., guix-commits, 2019/08/12
- 05/43: gnu: Add rust-cfg-if., guix-commits, 2019/08/12
- 09/43: gnu: Add rust-fallible-iterator., guix-commits, 2019/08/12
- 07/43: gnu: Add rust-doc-comment.,
guix-commits <=
- 14/43: gnu: Add rust-itoa., guix-commits, 2019/08/12
- 17/43: gnu: Add rust-matches., guix-commits, 2019/08/12
- 08/43: gnu: Add rust-dtoa., guix-commits, 2019/08/12
- 10/43: gnu: Add rust-fnv., guix-commits, 2019/08/12
- 11/43: gnu: Add rust-fs-extra., guix-commits, 2019/08/12
- 12/43: gnu: Add rust-futures., guix-commits, 2019/08/12
- 16/43: gnu: Add rust-maplit., guix-commits, 2019/08/12
- 18/43: gnu: Add rust-md5., guix-commits, 2019/08/12
- 06/43: gnu: Add rust-discard., guix-commits, 2019/08/12
- 26/43: gnu: Add rust-rustc-std-workspace-core., guix-commits, 2019/08/12