guix-commits
[Top][All Lists]
Advanced

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

59/64: gnu: Add rust-valuable-0.1.


From: guix-commits
Subject: 59/64: gnu: Add rust-valuable-0.1.
Date: Sun, 4 Sep 2022 18:17:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9f4acd606a83262c939998af739b38a3b3d164c0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 1 18:57:27 2022 +0200

    gnu: Add rust-valuable-0.1.
    
    * gnu/packages/crates-io.scm (rust-valuable-0.1): New variable.
---
 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 4a976c308e..cf4fe461a0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -70369,6 +70369,29 @@ a part of rav1e.")
 crate.")
     (license license:expat)))
 
+(define-public rust-valuable-0.1
+  (package
+    (name "rust-valuable")
+    (version "0.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "valuable" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0v9gp3nkjbl30z0fd56d8mx7w1csk86wwjhfjhr400wh9mfpw2w3"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-valuable-derive" ,rust-valuable-derive-0.1))))
+    (home-page "https://github.com/tokio-rs/valuable";)
+    (synopsis "Object-safe value inspection")
+    (description
+     "This package implements object-safe value inspection, used to pass
+un-typed structured data across trait-object boundaries.")
+    (license license:expat)))
+
 (define-public rust-value-bag-1
   (package
     (name "rust-value-bag")



reply via email to

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