mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: Add rust-cint-0.3.
* gnu/packages/crates-io.scm (rust-cint-0.3): New variable. Change-Id: Ib9ecf7b97e918db9fe9166af1d5c8d21dd2349b4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f8eab1bf47
commit
5f92f7faf6
1 changed files with 23 additions and 0 deletions
|
@ -11744,6 +11744,29 @@ usage.")
|
||||||
"This package provides low-level primitives for parsing the CBOR codec.")
|
"This package provides low-level primitives for parsing the CBOR codec.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-cint-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-cint")
|
||||||
|
(version "0.3.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "cint" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "16l9glvaxshbp3awcga3s8cdfv00gb1n2s7ixzxxjwc5yz6qf3ks"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; use of undeclared type `ColorCrate2`
|
||||||
|
#:cargo-inputs (("rust-bytemuck" ,rust-bytemuck-1))))
|
||||||
|
(home-page "https://github.com/termhn/cint")
|
||||||
|
(synopsis
|
||||||
|
"Stable set of types for color interoperation between crates in Rust")
|
||||||
|
(description
|
||||||
|
"This package provides a lean, minimal, and stable set of types for color
|
||||||
|
interoperation between crates in Rust.")
|
||||||
|
(license (list license:expat license:asl2.0 license:zlib))))
|
||||||
|
|
||||||
(define-public rust-ci-info-0.3
|
(define-public rust-ci-info-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-ci-info")
|
(name "rust-ci-info")
|
||||||
|
|
Loading…
Add table
Reference in a new issue