mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-abomonation-0.7.
* gnu/packages/crates-io.scm (rust-abomonation-0.7): New variable.
This commit is contained in:
parent
5df9352864
commit
f87fa00361
1 changed files with 24 additions and 0 deletions
|
@ -48,6 +48,30 @@
|
||||||
;;; Please: Try to add new module packages in alphabetic order.
|
;;; Please: Try to add new module packages in alphabetic order.
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
|
(define-public rust-abomonation-0.7
|
||||||
|
(package
|
||||||
|
(name "rust-abomonation")
|
||||||
|
(version "0.7.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "abomonation" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1cjg3hjf028n447pdj7zcdgrkngx30as8ndxlxx947wvr49jkrsn"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs
|
||||||
|
(("rust-recycler" ,rust-recycler-0.1))))
|
||||||
|
(home-page "https://github.com/TimelyDataflow/abomonation")
|
||||||
|
(synopsis "High performance and very unsafe serialization library")
|
||||||
|
(description
|
||||||
|
"This package provides a high performance and very unsafe serialization
|
||||||
|
library in Rust.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-addr2line-0.9
|
(define-public rust-addr2line-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-addr2line")
|
(name "rust-addr2line")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue