mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: Add rust-binfarce@0.2.1.
* gnu/packages/crates-io.scm (rust-binfarce-0.2): New variable. Change-Id: I678db9d9d82ea0cb8f73b76444eec903aafcfe4c
This commit is contained in:
parent
30df8e0cc6
commit
dc72bfc240
1 changed files with 20 additions and 0 deletions
|
@ -31254,6 +31254,26 @@ timers.")
|
||||||
libraries GMP, MPFR, and MPC.")
|
libraries GMP, MPFR, and MPC.")
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
|
(define-public rust-binfarce-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-binfarce")
|
||||||
|
(version "0.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "binfarce" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "18hnqqir3gk5sx1mlndzgpxs0l4rviv7dk3h1piyspayp35lqihq"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t))
|
||||||
|
(home-page "https://github.com/Shnatsel/binfarce")
|
||||||
|
(synopsis "Minimal parser for ELF, Mach-O, PE and ar")
|
||||||
|
(description
|
||||||
|
"This package provides a minimal parser for ELF, Mach-O, PE and ar.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-goblin-0.9
|
(define-public rust-goblin-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-goblin")
|
(name "rust-goblin")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue