guix-commits
[Top][All Lists]
Advanced

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

09/69: gnu: Add rust-ptr-meta-derive-0.1.


From: guix-commits
Subject: 09/69: gnu: Add rust-ptr-meta-derive-0.1.
Date: Thu, 11 Nov 2021 10:43:17 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 574647b855afd9237a1a0d80f179dd7a0a09880b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 9 14:48:38 2021 +0000

    gnu: Add rust-ptr-meta-derive-0.1.
    
    * gnu/packages/crates-io.scm (rust-ptr-meta-derive-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 e6566ee..ac999ce 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -60953,6 +60953,29 @@ formatters with per-field documentation generated for 
each structure.
      "This package provides Rust bindings to OpenBSD's pledge(2) interface.")
     (license license:expat)))
 
+(define-public rust-ptr-meta-derive-0.1
+  (package
+    (name "rust-ptr-meta-derive")
+    (version "0.1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "ptr_meta_derive" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1b69cav9wn67cixshizii0q5mlbl0lihx706vcrzm259zkdlbf0n"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-proc-macro2" ,rust-proc-macro2-1)
+        ("rust-quote" ,rust-quote-1)
+        ("rust-syn" ,rust-syn-1))))
+    (home-page "https://github.com/djkoloski/ptr_meta";)
+    (synopsis "Macros for the ptr_meta fat pointer metadata API")
+    (description "This package provides macros for the ptr_meta API.")
+    (license license:expat)))
+
 (define-public rust-ptree-0.3
   (package
     (name "rust-ptree")



reply via email to

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