[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40874] [PATCH 11/94] gnu: Add rust-bindgen-0.51.
From: |
Hartmut Goebel |
Subject: |
[bug#40874] [PATCH 11/94] gnu: Add rust-bindgen-0.51. |
Date: |
Sun, 26 Apr 2020 18:44:50 +0200 |
* gnu/packages/crates-io.scm (rust-bindgen-0.51): New variable.
---
gnu/packages/crates-io.scm | 41 ++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3563baef38..7c9ab8b324 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2019, 2020 John Soo <address@hidden>
;;; Copyright © 2020 Jakub Kądziołka <address@hidden>
+;;; Copyright © 2019, 2020 Hartmut Goebel <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1087,6 +1088,46 @@ and no more (caveat: black_box is still missing!).")
that uses Serde for transforming structs into bytes and vice versa!")
(license license:expat)))
+(define-public rust-bindgen-0.51
+ (package
+ (name "rust-bindgen")
+ (version "0.51.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "bindgen" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0x9gndlnwmxsihxvsc3izyyss7g8b2djn0daafshj1gcy69i7mzb"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-bitflags" ,rust-bitflags-1)
+ ("rust-cexpr" ,rust-cexpr-0.3)
+ ("rust-cfg-if" ,rust-cfg-if-0.1)
+ ("rust-clang-sys" ,rust-clang-sys-0.28)
+ ("rust-clap" ,rust-clap-2)
+ ("rust-env-logger" ,rust-env-logger-0.6)
+ ("rust-fxhash" ,rust-fxhash-0.2)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-peeking-take-while" ,rust-peeking-take-while-0.1)
+ ("rust-proc-macro2" ,rust-proc-macro2-0.4)
+ ("rust-quote" ,rust-quote-1.0)
+ ("rust-regex" ,rust-regex-1.1)
+ ("rust-rustc-hash" ,rust-rustc-hash-1.0)
+ ("rust-shlex" ,rust-shlex-0.1)
+ ("rust-which" ,rust-which-3))
+ #:cargo-development-inputs
+ (("rust-clap" ,rust-clap-2)
+ ("rust-diff" ,rust-diff-0.1)
+ ("rust-shlex" ,rust-shlex-0.1))))
+ (home-page "https://rust-lang.github.io/rust-bindgen/")
+ (synopsis "Automatically generates FFI bindings to C and C++libraries")
+ (description "Automatically generates Rust FFI bindings to C and C++
+libraries.")
+ (license license:bsd-3)))
+
(define-public rust-bindgen-0.50
(package
(name "rust-bindgen")
--
2.21.3
- [bug#40874] [PATCH 00/94] Add sequoia pgp, rust-nettle, and 90 rust package., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 03/94] gnu: Update rust-unicode-normalization-0.1 to 0.1.9., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 01/94] gnu: Update rust-failure-0.1 to 0.1.7., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 07/94] gnu: Replace rust-synstructure-0.10 by 0.12.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 05/94] gnu: Update rust-wasm-bindgen-test-0.2 to 0.2.50., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 08/94] gnu: Add rust-ascii-canvas-2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 09/94] gnu: Add rust-assert-cli-0.6., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 04/94] gnu: Update rust-wasm-bindgen-futures-0.3 to 0.3.27., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 10/94] gnu: Add rust-base64-0.9., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 06/94] gnu: Update rust-syn-1.0 to 1.0.17., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 11/94] gnu: Add rust-bindgen-0.51.,
Hartmut Goebel <=
- [bug#40874] [PATCH 12/94] gnu: Add rust-bindgen-0.49., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 18/94] gnu: Add rust-capnp-rpc-0.10., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 13/94] gnu: Add rust-bitflags-0.5, Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 20/94] gnu: Add rust-crossterm-winapi-0.4., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 02/94] gnu: Update rust-failure-derive-0.1 to 0.1.7, Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 14/94] gnu: Add rust-bytes-0.5., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 16/94] gnu: Add rust-capnpc-0.10., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 19/94] gnu: Add rust-colored-1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 17/94] gnu: Add rust-capnp-futures-0.10., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 15/94] gnu: Add rust-capnp-0.10., Hartmut Goebel, 2020/04/26