[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70177] [PATCH 014/120] gnu: Add rust-arf-strings
From: |
zenmaya |
Subject: |
[bug#70177] [PATCH 014/120] gnu: Add rust-arf-strings |
Date: |
Thu, 4 Apr 2024 08:07:28 +0200 |
Change-Id: I233badc5d8a44b3db073a2313d40b623f2a67aa9
---
gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 40c451fe6f..18c268cb2a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29719,6 +29719,27 @@ (define-public rust-iana-time-zone-0.1
"This package provides the IANA time zone for the current system.")
(license (list license:expat license:asl2.0))))
+(define-public rust-arf-strings-0.7
+ (package
+ (name "rust-arf-strings")
+ (version "0.7.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "arf-strings" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0ncy11j7bk0ji94yb8nafyr5wvfg90q6vcbzcanpdbgyk4cy9szx"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-rustix" ,rust-rustix-0.38))))
+ (home-page "https://github.com/bytecodealliance/arf-strings")
+ (synopsis "Encoding and decoding for ARF strings")
+ (description "Encoding and decoding for ARF strings")
+ (license (list license:asl2.0 license:asl2.0 ;; LLVM exception
+ license:expat))))
+
(define-public rust-idea-0.5
(package
(name "rust-idea")
--
2.41.0
- [bug#70177] [PATCH 000/120] Add wasmtime, zenmaya, 2024/04/04
- [bug#70177] [PATCH 010/120] gnu: Add rust-fs-set-times-0.20, zenmaya, 2024/04/04
- [bug#70177] [PATCH 003/120] gnu: Update rust-arbitrary, zenmaya, 2024/04/04
- [bug#70177] [PATCH 004/120] gnu: Add rust-bumpalo, zenmaya, 2024/04/04
- [bug#70177] [PATCH 007/120] gnu: Add rust-fallible-iterator, zenmaya, 2024/04/04
- [bug#70177] [PATCH 011/120] gnu: Add rust-ambient-authority, zenmaya, 2024/04/04
- [bug#70177] [PATCH 014/120] gnu: Add rust-arf-strings,
zenmaya <=
- [bug#70177] [PATCH 015/120] gnu: Add rust-cap-primitives, zenmaya, 2024/04/04
- [bug#70177] [PATCH 008/120] gnu: Add rust-listenfd, zenmaya, 2024/04/04
- [bug#70177] [PATCH 002/120] gnu: Add rust-afl, zenmaya, 2024/04/04
- [bug#70177] [PATCH 005/120] gnu: Add rust-cap-net-ext, zenmaya, 2024/04/04
- [bug#70177] [PATCH 006/120] gnu: Update rust-cpal, zenmaya, 2024/04/04
- [bug#70177] [PATCH 009/120] gnu: Add rust-fd-lock-4, zenmaya, 2024/04/04
- [bug#70177] [PATCH 012/120] gnu: Add rust-gimli-0.28, zenmaya, 2024/04/04
- [bug#70177] [PATCH 013/120] gnu: Update rust-iana-time-zone, zenmaya, 2024/04/04
- [bug#70177] [PATCH 016/120] gnu: Add rust-cap-time-ext, zenmaya, 2024/04/04
- [bug#70177] [PATCH 017/120] gnu: Add rust-cap-rand, zenmaya, 2024/04/04