unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 64898@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>, Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#64898] [PATCH 5/9] gnu: Added rust-serde-{wasm-bindgen-0.3, indextree-0.2}.
Date: Thu, 27 Jul 2023 16:31:09 +0200	[thread overview]
Message-ID: <407c6899b1cec31a44bb990e1400f1df7fcd75b0.1690467642.git.w@wmeyer.eu> (raw)
In-Reply-To: <cover.1690467642.git.w@wmeyer.eu>

* added rust-serde-wasm-bindgen-0.3 to crates-io.scm
* added rust-serde-indextree-0.2 to crates-io.scm
---
 gnu/packages/crates-io.scm | 44 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 091bd3c399..815d48b6c8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -55438,6 +55438,50 @@ (define-public rust-serde-fmt-1
 standard formatting APIs.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-serde-wasm-bindgen-0.3
+  (package
+    (name "rust-serde-wasm-bindgen")
+    (version "0.3.1")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "serde-wasm-bindgen" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1xzh1a3rhapirlca4rbvh6bycphxg5yjmdwjsqij3hl6wpl6b0v1"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-fnv" ,rust-fnv-1)
+                       ("rust-js-sys" ,rust-js-sys-0.3)
+                       ("rust-serde" ,rust-serde-1)
+                       ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))))
+    (home-page "https://github.com/cloudflare/serde-wasm-bindgen")
+    (synopsis "Native Serde adapter for wasm-bindgen")
+    (description "Native Serde adapter for wasm-bindgen")
+    (license license:expat)))
+
+(define-public rust-serde-indextree-0.2
+  (package
+    (name "rust-serde-indextree")
+    (version "0.2.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "serde_indextree" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0kzp3dk6smfy0509fd1sih9ai4a31kgpb1rshsxb0m2l01c7s3m7"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-indextree" ,rust-indextree-4)
+                       ("rust-serde" ,rust-serde-1))))
+    (home-page "https://github.com/PoiScript/serde_indextree")
+    (synopsis "Serializing indextree structure.")
+    (description "Serializing indextree structure.")
+    (license license:expat)))
+
 (define-public rust-serde-ini-0.2
   (package
     (name "rust-serde-ini")
-- 
2.40.1





  parent reply	other threads:[~2023-07-27 15:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27 14:27 [bug#64898] [PATCH 0/9] rust-emacs-org-link-parser & rust-orgize Wilko Meyer
2023-07-27 14:31 ` [bug#64898] [PATCH 1/9] gnu: Added rust-indextree-4 Wilko Meyer
2023-07-27 14:31 ` [bug#64898] [PATCH 2/9] gnu: Added rust-memory-units-0.4 Wilko Meyer
2023-07-27 14:31 ` [bug#64898] [PATCH 3/9] gnu: Added rust-orgize-0.9 Wilko Meyer
2023-07-27 14:31 ` [bug#64898] [PATCH 4/9] gnu: Bumped rust-rayon{, -core}-1 minor versions Wilko Meyer
2023-07-27 14:31 ` Wilko Meyer [this message]
2023-07-27 14:31 ` [bug#64898] [PATCH 6/9] gnu: Added rust-slugify-0.1 to crates-io.scm Wilko Meyer
2023-07-27 14:31 ` [bug#64898] [PATCH 7/9] gnu: Added rust-unidecode-0.3 Wilko Meyer
2023-07-27 14:31 ` [bug#64898] [PATCH 8/9] gnu: Added rust-wee-alloc-0.4 Wilko Meyer
2023-07-27 14:31 ` [bug#64898] [PATCH 9/9] gnu: Added rust-emacs-org-link-parser-0.1 Wilko Meyer
2023-11-05 10:31 ` bug#64898: [PATCH 0/9] rust-emacs-org-link-parser & rust-orgize Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=407c6899b1cec31a44bb990e1400f1df7fcd75b0.1690467642.git.w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=64898@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).