unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 72211@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#72211] [PATCH 3/7] gnu: Add go-github-com-ipfs-bbloom.
Date: Sat, 20 Jul 2024 18:33:52 +0300	[thread overview]
Message-ID: <b7449aa35e9dd5eebb0beebc80e68cf9bbb7f9f3.1721486984.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1721486984.git.poptsov.artyom@gmail.com>

* gnu/packages/ipfs.scm (go-github-com-ipfs-bbloom): New variable.

Change-Id: If5b5d486f50f82750a5b11a3248a3aaa2ed91658
---
 gnu/packages/ipfs.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index af4d6ce39c..aaff903aaf 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -41,6 +41,32 @@ (define-module (gnu packages ipfs)
   #:use-module (gnu packages shells)
   #:use-module (gnu packages specifications))
 
+(define-public go-github-com-ipfs-bbloom
+  (package
+    (name "go-github-com-ipfs-bbloom")
+    (version "0.0.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ipfs/bbloom")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0dcdn7nlysynl7yrbivv8m7j83jq7pabhcff8mvfjdk583rgnkp2"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:go go-1.21
+      #:import-path "github.com/ipfs/bbloom"))
+    (home-page "https://github.com/ipfs/bbloom")
+    (synopsis "Fast bit set Bloom filter")
+    (description
+     "@code{bbloom} package implements a fast bloom filter with real @code{bitset}
+and JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.")
+    (license (list license:expat             ; bbloom.go
+                   license:public-domain)))) ; siphash.go
+
 (define-public go-github-com-ipfs-go-block-format
   (package
     (name "go-github-com-ipfs-go-block-format")
-- 
2.45.2





  parent reply	other threads:[~2024-07-20 15:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-20 14:51 [bug#72211] [PATCH 0/7] gnu: kubo: Unbundle go-github-com-ipfs-go-metrics-interface Artyom V. Poptsov
2024-07-20 15:33 ` [bug#72211] [PATCH 1/7] gnu: Add go-github-com-ipfs-go-ipfs-blocksutil Artyom V. Poptsov
2024-07-20 15:33 ` [bug#72211] [PATCH 2/7] gnu: Add go-github-com-ipfs-go-ipfs-exchange-interface Artyom V. Poptsov
2024-07-20 15:33 ` Artyom V. Poptsov [this message]
2024-07-20 15:33 ` [bug#72211] [PATCH 4/7] gnu: Add go-github-com-ipfs-go-ipfs-ds-help Artyom V. Poptsov
2024-07-20 15:33 ` [bug#72211] [PATCH 5/7] gnu: Add go-github-com-ipfs-go-metrics-interface Artyom V. Poptsov
2024-07-20 15:33 ` [bug#72211] [PATCH 6/7] gnu: Add go-github-com-ipfs-go-ipfs-blockstore Artyom V. Poptsov
2024-07-20 15:33 ` [bug#72211] [PATCH 7/7] gnu: kubo: Unbundle go-github-com-ipfs-go-metrics-interface Artyom V. Poptsov
2024-07-22 22:30 ` bug#72211: [PATCH 0/7] " Sharlatan Hellseher

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=b7449aa35e9dd5eebb0beebc80e68cf9bbb7f9f3.1721486984.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=72211@debbugs.gnu.org \
    /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).