unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53077] [PATCH 3/41] gnu: rust-rbw: adding rust-const-oid
@ 2022-01-07 13:54 Nicolas Graves via Guix-patches via
  2022-01-19 13:30 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-01-07 13:54 UTC (permalink / raw)
  To: 53077

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: rust-rbw-dependencies-adding-rust-const-oid --]
[-- Type: text/x-patch, Size: 1636 bytes --]

From 21b2137caeef27e2c452cbd51a35069e29b1478c Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Fri, 7 Jan 2022 00:05:07 +0100
Subject: [PATCH 04/42] rust-rbw dependencies : adding rust-const-oid

---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0752891f35..7607f2a322 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10949,6 +10949,28 @@ (define-public rust-const-fn-0.4
 const functions with conditional compilations.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-const-oid-0.6
+  (package
+    (name "rust-const-oid")
+    (version "0.6.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "const-oid" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "12vv7csqqjj0x1l5mf51lgqiw76k5c3mb1yzfhfcqysks2j2lvwx"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))
+    (home-page "https://github.com/RustCrypto/formats/tree/master/const-oid")
+    (synopsis
+      "provides an implementation of the ISO/IEC Object Identifier (OID)")
+    (description
+      "Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as
+defined in ITU X.660, with support for BER/DER encoding/decoding as well as
+heapless no_std (i.e.  embedded) support")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-const-random-0.1
   (package
     (name "rust-const-random")
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#53077] [PATCH 3/41] gnu: rust-rbw: adding rust-const-oid
  2022-01-07 13:54 [bug#53077] [PATCH 3/41] gnu: rust-rbw: adding rust-const-oid Nicolas Graves via Guix-patches via
@ 2022-01-19 13:30 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-19 13:30 UTC (permalink / raw)
  To: 53077; +Cc: 53077-done, Nicolas Graves

Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> From 21b2137caeef27e2c452cbd51a35069e29b1478c Mon Sep 17 00:00:00 2001
> From: Nicolas Graves <ngraves@ngraves.fr>
> Date: Fri, 7 Jan 2022 00:05:07 +0100
> Subject: [PATCH 04/42] rust-rbw dependencies : adding rust-const-oid

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-19 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 13:54 [bug#53077] [PATCH 3/41] gnu: rust-rbw: adding rust-const-oid Nicolas Graves via Guix-patches via
2022-01-19 13:30 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).