unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Suhail Singh" <suhailsingh247@gmail.com>
To: 72467@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#72467] [PATCH 4/7] gnu: Add rust-roaring-0.10.
Date: Sun, 04 Aug 2024 12:43:42 -0400	[thread overview]
Message-ID: <3376f1bcfb38327c638ba2512a0b654d9f772209.1722777393.git.suhail@bayesians.ca> (raw)
In-Reply-To: <cover.1722777393.git.suhail@bayesians.ca>


* gnu/packages/crates-io.scm (rust-roaring-0.10): New variable.
(rust-retain-mut-0.1.7): New variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2007a1586a..16b5c7dc6f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -62689,6 +62689,19 @@ (define-public rust-retain-mut-0.1
 functionality as retain but gives mutable borrow to the predicate.")
     (license license:expat)))
 
+(define-public rust-retain-mut-0.1.7
+  (package
+    (inherit rust-retain-mut-0.1)
+    (name "rust-retain-mut")
+    (version "0.1.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "retain_mut" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "11j09lp1wqwc2r9bw58my2474zj95jz5fihff3ldv3rz0g2baccc"))))))
+
 (define-public rust-rfc2047-decoder-0.2
   (package
     (name "rust-rfc2047-decoder")
@@ -62999,6 +63012,32 @@ (define-public rust-roadmap-0.5
     (description "Model a project roadmap as a directed acyclic graph.")
     (license license:expat-0)))
 
+(define-public rust-roaring-0.10
+  (package
+    (name "rust-roaring")
+    (version "0.10.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "roaring" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0wcgprdw49xy7w00zzspbhrq8f1kvlwqasmfxh8y1gd84vlba3zg"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-bytemuck" ,rust-bytemuck-1)
+                       ("rust-byteorder" ,rust-byteorder-1)
+                       ("rust-retain-mut" ,rust-retain-mut-0.1.7)
+                       ("rust-serde" ,rust-serde-1))
+       #:cargo-development-inputs (("rust-bincode" ,rust-bincode-1)
+                                   ("rust-proptest" ,rust-proptest-1)
+                                   ("rust-serde-json" ,rust-serde-json-1))))
+    (home-page "https://github.com/RoaringBitmap/roaring-rs")
+    (synopsis "better compressed bitset - pure Rust implementation")
+    (description
+     "This package provides a better compressed bitset - pure Rust implementation.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-rodio-0.15
   (package
     (name "rust-rodio")
-- 
2.46.0





  parent reply	other threads:[~2024-08-04 16:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-04 16:36 [bug#72467] [PATCH 0/7] Add complgen Suhail Singh
2024-08-04 16:39 ` [bug#72467] [PATCH 1/7] gnu: Add rust-chic-1 Suhail Singh
2024-08-04 16:42 ` [bug#72467] [PATCH 2/7] gnu: Add rust-nom-locate-4 Suhail Singh
2024-08-04 16:43 ` [bug#72467] [PATCH 3/7] gnu: Add rust-railroad-0.2 Suhail Singh
2024-08-04 16:43 ` Suhail Singh [this message]
2024-08-04 16:44 ` [bug#72467] [PATCH 5/7] gnu: Add rust-slice-group-by-0.3 Suhail Singh
2024-08-04 16:44 ` [bug#72467] [PATCH 6/7] gnu: Add rust-ustr-0.9 Suhail Singh
2024-08-04 16:46 ` [bug#72467] [PATCH 7/7] gnu: Add complgen Suhail Singh
2024-08-30 20:57   ` bug#72467: [PATCH 0/7] " Nicolas Goaziou via Guix-patches via

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=3376f1bcfb38327c638ba2512a0b654d9f772209.1722777393.git.suhail@bayesians.ca \
    --to=suhailsingh247@gmail.com \
    --cc=72467@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).