me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-bwrap-1.

* gnu/packages/crates-io.scm (rust-bwrap-1): New variable.

Change-Id: I3e3d0e5dfe270f44e1fd71d5b0dc891af32f2903
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
VÖRÖSKŐI András 2024-02-24 21:38:59 +01:00 committed by Efraim Flashner
parent 80f58e508f
commit db6a8f1dd2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -9462,6 +9462,27 @@ packed, growable bit-vector. Its API mirrors that of @code{Vec} where
reasonable.")
(license (list license:expat license:asl2.0))))
(define-public rust-bwrap-1
(package
(name "rust-bwrap")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "bwrap" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "15dv9mawgmwgpj88k832qjdi94w70advg9zv28bpgig5k8qs6gfi"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-unicode-width" ,rust-unicode-width-0.1))))
(home-page "https://github.com/micl2e2/bwrap")
(synopsis "Embedded systems-friendly library for wrapping text")
(description
"This package provides a fast, lightweight, embedded systems-friendly
library for wrapping text.")
(license (list license:expat license:gpl3+))))
(define-public rust-byte-pool-0.2
(package
(name "rust-byte-pool")