GNU bug report logs - #71076
[PATCH 00/81] Add matrix-conduit and ruma-0.10.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Mon, 20 May 2024 08:57:02 UTC

Severity: normal

Tags: patch

Full log


Message #41 received at 71076 <at> debbugs.gnu.org (full text, mbox):

From: Herman Rimm <herman <at> rimm.ee>
To: 71076 <at> debbugs.gnu.org
Subject: [PATCH 12/81] gnu: Add rust-const-str-0.5.
Date: Mon, 20 May 2024 10:58:17 +0200
* gnu/packages/crates-io.scm (rust-const-str-0.5): Add variable.

Change-Id: Ia932263acb316bffefc6120393262cc9569e4f64
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7cc43f2cfb..66edd18b7d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15710,6 +15710,30 @@ (define-public rust-const-sha1-0.2
      "This package provides a sha1 implementation for use in const contexts.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-const-str-0.5
+  (package
+    (name "rust-const-str")
+    (version "0.5.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "const-str" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1agvan36a2fgks5w47kk8idym54rdk504p6q2nj8gf9v136cq61n"))))
+    (build-system cargo-build-system)
+    (arguments
+     (list
+      #:cargo-inputs (list rust-const-str-proc-macro-0.5)
+      #:cargo-development-inputs (list rust-heck-0.4
+                                       rust-http-1
+                                       rust-regex-1)))
+    (home-page "https://github.com/Nugine/const-str")
+    (synopsis "Compile-time string operations")
+    (description
+      "This package provides compile-time string operations.")
+    (license license:expat)))
+
 (define-public rust-const-str-proc-macro-0.5
   (package
     (name "rust-const-str-proc-macro")
-- 
2.41.0





This bug report was last modified 1 year and 26 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.