[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/45: gnu: Add rust-proc-macro2-1.0.
From: |
guix-commits |
Subject: |
13/45: gnu: Add rust-proc-macro2-1.0. |
Date: |
Wed, 23 Oct 2019 03:49:13 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 88ce4ef9190a5ceb18b9ed50bbabb3328999a1a5
Author: Efraim Flashner <address@hidden>
Date: Wed Oct 23 09:49:32 2019 +0300
gnu: Add rust-proc-macro2-1.0.
* gnu/packages/rust-cbindgen.scm (rust-proc-macro2-1.0): New hidden
variable.
---
gnu/packages/rust-cbindgen.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/rust-cbindgen.scm b/gnu/packages/rust-cbindgen.scm
index a0bb7ca..92364ad 100644
--- a/gnu/packages/rust-cbindgen.scm
+++ b/gnu/packages/rust-cbindgen.scm
@@ -279,3 +279,24 @@ the platform that libc is compiled for.")
"This package can convert numbers into stack-allocated byte arrays.")
(properties '((hidden? . #t)))
(license (list license:expat license:asl2.0))))
+
+(define rust-proc-macro2-1.0
+ (package
+ (name "rust-proc-macro2")
+ (version "1.0.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "proc-macro2" version))
+ (file-name (string-append name "-" version ".crate"))
+ (sha256
+ (base32
+ "09rgb5ab0jgw39kyad0lgqs4nb9yaf7mwcrgxqnsxbn4il54g7lw"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/alexcrichton/proc-macro2")
+ (synopsis "Stable implementation of the upcoming new `proc_macro` API")
+ (description "This package provides a stable implementation of the
upcoming new
+`proc_macro` API. Comes with an option, off by default, to also reimplement
itself
+in terms of the upstream unstable API.")
+ (properties '((hidden? . #t)))
+ (license (list license:expat license:asl2.0))))
- 06/45: gnu: Add rust-clap-2., (continued)
- 06/45: gnu: Add rust-clap-2., guix-commits, 2019/10/23
- 22/45: gnu: Add rust-rand-os-0.1., guix-commits, 2019/10/23
- 20/45: gnu: Add rust-rand-isaac-0.1., guix-commits, 2019/10/23
- 41/45: gnu: Add rust-vec-map-0.8., guix-commits, 2019/10/23
- 14/45: gnu: Add rust-quote-1.0., guix-commits, 2019/10/23
- 16/45: gnu: Add rust-rand-chacha-0.1., guix-commits, 2019/10/23
- 23/45: gnu: Add rust-rand-pcg-0.1., guix-commits, 2019/10/23
- 15/45: gnu: Add rust-rand-0.6., guix-commits, 2019/10/23
- 19/45: gnu: Add rust-rand-hc-0.1., guix-commits, 2019/10/23
- 18/45: gnu: Add rust-rand-core-0.3., guix-commits, 2019/10/23
- 13/45: gnu: Add rust-proc-macro2-1.0.,
guix-commits <=
- 12/45: gnu: Add rust-numtoa-0.1., guix-commits, 2019/10/23
- 21/45: gnu: Add rust-rand-jitter-0.1., guix-commits, 2019/10/23
- 32/45: gnu: Add rust-serde-json-1.0., guix-commits, 2019/10/23
- 25/45: gnu: Add rust-rdrand-0.4., guix-commits, 2019/10/23
- 28/45: gnu: Add rust-remove-dir-all-0.5., guix-commits, 2019/10/23
- 36/45: gnu: Add rust-termion-1.5., guix-commits, 2019/10/23
- 35/45: gnu: Add rust-tempfile-3.0., guix-commits, 2019/10/23
- 37/45: gnu: Add rust-textwrap-0.11., guix-commits, 2019/10/23
- 33/45: gnu: Add rust-strsim-0.8., guix-commits, 2019/10/23
- 34/45: gnu: Add rust-syn-1.0., guix-commits, 2019/10/23