me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-gix-worktree-stream-0.5.

* gnu/packages/crates-io.scm (rust-gix-worktree-stream-0.5): New variable.

Change-Id: I48bf12d15cc90952c80e4bdc373979f59c544cba
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Steve George 2023-11-09 19:38:22 +00:00 committed by Efraim Flashner
parent a16d157589
commit d6299eedd1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 30 additions and 0 deletions

View File

@ -32216,6 +32216,36 @@ types and utilities. Part of Gitoxide a pure Rust implementation of Git.")
state. Used by Gitoxide a pure Rust implementation of Git.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-worktree-stream-0.5
(package
(name "rust-gix-worktree-stream")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-worktree-stream" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0sbmcar5r2wrv5dacx3381ykvc06fpfsfad4dfnw6p7428xfk7y8"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; using undeclared crates gix_worktree/gix_testtools
#:cargo-inputs (("rust-gix-attributes" ,rust-gix-attributes-0.19)
("rust-gix-features" ,rust-gix-features-0.35)
("rust-gix-filter" ,rust-gix-filter-0.5)
("rust-gix-fs" ,rust-gix-fs-0.7)
("rust-gix-hash" ,rust-gix-hash-0.13)
("rust-gix-object" ,rust-gix-object-0.37)
("rust-gix-path" ,rust-gix-path-0.10)
("rust-gix-traverse" ,rust-gix-traverse-0.33)
("rust-parking-lot" ,rust-parking-lot-0.12)
("rust-thiserror" ,rust-thiserror-1))))
(home-page "https://github.com/Byron/gitoxide")
(synopsis "This crate generates a byte-stream from a git-tree")
(description "This crate provides the ability to generate a byte-stream
from a git-tree. It's part of Gitoxide, a pure Rust implementation of Git.")
(license (list license:expat license:asl2.0))))
(define-public rust-gjson-0.8
(package
(name "rust-gjson")