[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")
- 381/459: gnu: sniffglue: Update to 0.15.0., (continued)
- 381/459: gnu: sniffglue: Update to 0.15.0., guix-commits, 2023/04/24
- 366/459: gnu: rust: Disable tests that fail on aarch64., guix-commits, 2023/04/24
- 365/459: gnu: Add python-orjson., guix-commits, 2023/04/24
- 380/459: gnu: rust-syscallz-0.15: Update to 0.16.2., guix-commits, 2023/04/24
- 376/459: gnu: rust-nom-derive-0.7: Update to 0.10.1., guix-commits, 2023/04/24
- 379/459: gnu: rust-pledge-0.3: Update to 0.4.2., guix-commits, 2023/04/24
- 368/459: gnu: Add rust-bitflags-2., guix-commits, 2023/04/24
- 369/459: gnu: rust-curl-sys-0.4: Update to 0.4.61+curl-8.0.1., guix-commits, 2023/04/24
- 372/459: gnu: rust-fastrand-1: Update to 1.9.0., guix-commits, 2023/04/24
- 390/459: gnu: Add rust-objc-sys-0.2., guix-commits, 2023/04/24
- 392/459: gnu: Add rust-objc2-encode-2.,
guix-commits <=
- 393/459: gnu: Add rust-objc2-0.3., guix-commits, 2023/04/24
- 395/459: gnu: rust-wayland-client-0.29: Update to 0.29.5., guix-commits, 2023/04/24
- 397/459: gnu: rust-wayland-cursor-0.29: Update to 0.29.5., guix-commits, 2023/04/24
- 398/459: gnu: rust-wayland-egl-0.29: Update to 0.29.5., guix-commits, 2023/04/24
- 402/459: gnu: Add rust-wayland-sys-0.30., guix-commits, 2023/04/24
- 406/459: gnu: rust-x11-dl-2: Update to 2.21.0., guix-commits, 2023/04/24
- 404/459: gnu: rust-core-graphics-0.22: Update to 0.22.3., guix-commits, 2023/04/24
- 407/459: gnu: Add rust-winit-0.28., guix-commits, 2023/04/24
- 412/459: gnu: rust-smithay-clipboard-0.6: Update to 0.6.6., guix-commits, 2023/04/24
- 418/459: gnu: rust-alacritty-terminal-0.15: Update to 0.18.0., guix-commits, 2023/04/24