guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/37: gnu: Add rust-cint-0.3.


From: guix-commits
Subject: 04/37: gnu: Add rust-cint-0.3.
Date: Thu, 18 Jan 2024 13:26:56 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit e920e3282b64cfb98738832b39918dab42035111
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Mon Jan 8 02:52:04 2024 +0100

    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>
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fc795d49b8..7d48d67381 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11744,6 +11744,29 @@ usage.")
      "This package provides low-level primitives for parsing the CBOR codec.")
     (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
   (package
     (name "rust-ci-info")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]