guix-commits
[Top][All Lists]
Advanced

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

392/459: gnu: Add rust-objc2-encode-2.


From: guix-commits
Subject: 392/459: gnu: Add rust-objc2-encode-2.
Date: Mon, 24 Apr 2023 15:04:07 -0400 (EDT)

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

commit de0f58f2cea55055a35421728d717e33cd9933c4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Apr 23 16:03:02 2023 +0300

    gnu: Add rust-objc2-encode-2.
    
    * gnu/packages/crates-io.scm (rust-objc2-encode-2): New variable.
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f324da7081..4b7fa56131 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39811,6 +39811,26 @@ Foundation framework.")
      "This package provides utilities for testing Objective-C interop.")
     (license license:expat)))
 
+(define-public rust-objc2-encode-2
+  (package
+    (name "rust-objc2-encode")
+    (version "2.0.0-pre.2")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "objc2-encode" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "04h5wns3hxmc9g652hr9xqzrijs4ij9sdnlgc0ha202v050srz5b"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-objc-sys" ,rust-objc-sys-0.2))))
+    (home-page "https://github.com/madsmtm/objc2";)
+    (synopsis "Objective-C type-encoding representation and parsing")
+    (description "This package provides objective-C type-encoding
+representation and parsing.")
+    (license license:expat)))
+
 (define-public rust-objc2-proc-macros-0.1
   (package
     (name "rust-objc2-proc-macros")



reply via email to

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