[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: Add go-github-com-ipfs-go-bitfield.
From: |
guix-commits |
Subject: |
04/06: gnu: Add go-github-com-ipfs-go-bitfield. |
Date: |
Wed, 28 Aug 2024 20:08:36 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit ac7b75d473b4c48d0e8a6583a8fa70eb54b97649
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Wed Aug 28 00:09:35 2024 +0300
gnu: Add go-github-com-ipfs-go-bitfield.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-bitfield): New variable.
Change-Id: I95e627fb5f4dfcca5e4b70e753b544b4965b96c2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/ipfs.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index d9866a8d9a..c8253c4a60 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -67,6 +67,30 @@ 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-bitfield
+ (package
+ (name "go-github-com-ipfs-go-bitfield")
+ (version "1.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ipfs/go-bitfield")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1zhgwdg2kizhk0hb9q5p0pwrwldd2pacz8l1pnapxh6qm3fqs663"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/ipfs/go-bitfield"))
+ (home-page "https://github.com/ipfs/go-bitfield")
+ (synopsis "Allocated up-front Bitfield for Golang")
+ (description
+ "This package implements a functionality similar to standard
+@code{big.Int} with some optimizations to use in IPFS.")
+ (license (list license:expat license:asl2.0))))
+
(define-public go-github-com-ipfs-go-block-format
(package
(name "go-github-com-ipfs-go-block-format")
- branch master updated (20f19261e4 -> de25a21433), guix-commits, 2024/08/28
- 04/06: gnu: Add go-github-com-ipfs-go-bitfield.,
guix-commits <=
- 06/06: gnu: kubo: Unbundle more inputs., guix-commits, 2024/08/28
- 02/06: gnu: Add go-1.23., guix-commits, 2024/08/28
- 05/06: gnu: Add go-github-com-ipfs-go-ipfs-posinfo., guix-commits, 2024/08/28
- 03/06: gnu: Add go-github-com-libp2p-go-doh-resolver., guix-commits, 2024/08/28
- 01/06: gnu: go-1.22: Update to 1.22.6., guix-commits, 2024/08/28