gnu: Add rust-lazy-bytes-cast-5.
* gnu/packages/crates-io.scm (rust-lazy-bytes-cast-5): New variable.master
parent
48792feff9
commit
b619e9ba57
|
@ -17620,6 +17620,25 @@ generated by LALRPOP.")
|
|||
(sha256
|
||||
(base32 "0z4bjn3g9232n1im5p6mn9mwlvw5aj5iac6hbjmljqxkhf3d2xy2"))))))
|
||||
|
||||
(define-public rust-lazy-bytes-cast-5
|
||||
(package
|
||||
(name "rust-lazy-bytes-cast")
|
||||
(version "5.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "lazy-bytes-cast" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0sr0dy1jfg7bjwm9js4hk0ngl0cmgparq2idv1m1bkc9y2cp898h"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/DoumanAsh/lazy-bytes-cast")
|
||||
(synopsis "Lazy casts from and to byte arrays")
|
||||
(description
|
||||
"This crate provides simple methods to cast from and into byte arrays.")
|
||||
(license license:boost1.0)))
|
||||
|
||||
(define-public rust-lazy-static-1.4
|
||||
(package
|
||||
(name "rust-lazy-static")
|
||||
|
|
Reference in New Issue