[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63065] [PATCH 10/18] gnu: Add rust-goblin-0.6.
From: |
Sughosha |
Subject: |
[bug#63065] [PATCH 10/18] gnu: Add rust-goblin-0.6. |
Date: |
Tue, 25 Apr 2023 09:32:26 +0000 |
* gnu/packages/crates-io.scm (rust-goblin-0.6): 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 6757824412..297721e47e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24353,6 +24353,29 @@ (define-public rust-gmp-mpfr-sys-1
libraries GMP, MPFR, and MPC.")
(license license:lgpl3+)))
+(define-public rust-goblin-0.6
+ (package
+ (name "rust-goblin")
+ (version "0.6.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "goblin" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0s7zs27b192virbp88y2fgq8p6nb8blkn7byqyl4cv7bm3j4ssqd"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-log" ,rust-log-0.4)
+ ("rust-plain" ,rust-plain-0.2)
+ ("rust-scroll" ,rust-scroll-0.11))))
+ (home-page "https://github.com/m4b/goblin")
+ (synopsis "ELF, Mach-o, and PE binary parsing and loading crate")
+ (description "This package provides an ELF, Mach-o, and PE binary parsing
+and loading crate.")
+ (license license:expat)))
+
(define-public rust-goblin-0.2
(package
(name "rust-goblin")
--
2.39.2
- [bug#63065] [PATCH 0/18]: gnu: Add yabridgectl., Sughosha, 2023/04/25
- [bug#63065] [PATCH 01/18] gnu: asio: Update to 1.24.0., Sughosha, 2023/04/25
- [bug#63065] [PATCH 02/18] gnu: Add bitsery., Sughosha, 2023/04/25
- [bug#63065] [PATCH 03/18] gnu: Add function2., Sughosha, 2023/04/25
- [bug#63065] [PATCH 05/18] gnu: Add clap., Sughosha, 2023/04/25
- [bug#63065] [PATCH 04/18] gnu: Add tomlplusplus., Sughosha, 2023/04/25
- [bug#63065] [PATCH 06/18] gnu: Add vst3sdk., Sughosha, 2023/04/25
- [bug#63065] [PATCH 08/18] gnu: Add rust-scroll-derive-0.11., Sughosha, 2023/04/25
- [bug#63065] [PATCH 07/18] gnu: Add yabridge., Sughosha, 2023/04/25
- [bug#63065] [PATCH 09/18] gnu: Add rust-scroll-0.11., Sughosha, 2023/04/25
- [bug#63065] [PATCH 10/18] gnu: Add rust-goblin-0.6.,
Sughosha <=
- [bug#63065] [PATCH 11/18] gnu: rust-libloading-0.7: Update to 0.7.4., Sughosha, 2023/04/25
- [bug#63065] [PATCH 12/18] gnu: Add rust-rustyline-derive-0.6., Sughosha, 2023/04/25
- [bug#63065] [PATCH 13/18] gnu: rust-rustyline-9: Update to 9.1.2., Sughosha, 2023/04/25
- [bug#63065] [PATCH 14/18] gnu: Add rust-promptly-0.3., Sughosha, 2023/04/25
- [bug#63065] [PATCH 15/18] gnu: Add rust-reflink-0.1., Sughosha, 2023/04/25
- [bug#63065] [PATCH 16/18] gnu: Add rust-ryu-0.2., Sughosha, 2023/04/25
- [bug#63065] [PATCH 17/18] gnu: Add rust-serde-jsonrc-0.1., Sughosha, 2023/04/25
- [bug#63065] [PATCH 18/18] gnu: Add yabridgectl., Sughosha, 2023/04/25