[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/38: gnu: Add go-github-com-boltdb-bolt.
From: |
guix-commits |
Subject: |
14/38: gnu: Add go-github-com-boltdb-bolt. |
Date: |
Sun, 28 Jul 2024 17:56:48 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit a4b1e5d348ba86b3d245e3647034c3e826f141c5
Author: Jean SIMARD <woshilapin@tuziwo.info>
AuthorDate: Sat Jul 27 13:07:57 2024 +0000
gnu: Add go-github-com-boltdb-bolt.
* gnu/packages/golang.scm (go-github-com-boltdb-bolt): New variable.
Change-Id: I931688d0c32fc16a50cb58d4a7fef627d4e584a5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 24cf0ec329..d06ca7a25a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -35,6 +35,7 @@
;;; Copyright © 2023 Wilko Meyer <w@wmeyer.eu>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2024 Herman Rimm <herman@rimm.ee>
+;;; Copyright © 2024 Jean Simard <woshilapin@tuziwo.info>
;;; Copyright © 2024 Jesse Eisses <jesse@eisses.email>
;;; Copyright © 2024 Luis Higino <luishenriquegh2701@gmail.com>
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
@@ -1179,6 +1180,35 @@ information and periodically output metrics")
quantiles over an unbounded data stream within low memory and CPU bounds.")
(license license:bsd-2)))
+;; XXX: This repository has been archived by the owner on Mar 9, 2019. It is
+;; now read-only.
+(define-public go-github-com-boltdb-bolt
+ (package
+ (name "go-github-com-boltdb-bolt")
+ (version "1.3.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/boltdb/bolt")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0z7j06lijfi4y30ggf2znak2zf2srv2m6c68ar712wd2ys44qb3r"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:tests? #f ;tests are broken in upstream
+ #:import-path "github.com/boltdb/bolt"))
+ (home-page "https://github.com/boltdb/bolt")
+ (synopsis "Embedded key/value database for Golang")
+ (description
+ "Bolt is a pure Go key/value store inspired by
+@url{http://symas.com/mdb/, Howard Chu's LMDB project}. The goal of the
+project is to provide a simple, fast, and reliable database for projects that
+don't require a full database server such as Postgres or MySQL.")
+ (license license:expat)))
+
(define-public go-github-com-briandowns-spinner
(package
(name "go-github-com-briandowns-spinner")
- branch go-team updated (190c0abec8 -> 389bf59aed), guix-commits, 2024/07/28
- 06/38: gnu: Add go-git-sr-ht-rockorager-vaxis., guix-commits, 2024/07/28
- 03/38: gnu: Add go-github-com-soniakeys-quant., guix-commits, 2024/07/28
- 04/38: gnu: Add go-github-com-mattn-go-sixel., guix-commits, 2024/07/28
- 01/38: gnu: Add go-git-sr-ht-rockorager-go-jmap., guix-commits, 2024/07/28
- 08/38: gnu: go-github-com-emersion-go-maildir: Updae to 0.5.0., guix-commits, 2024/07/28
- 10/38: gnu: aerc: Adjust inputs., guix-commits, 2024/07/28
- 07/38: gnu: go-github-com-emersion-go-smtp: Update to 0.21.3., guix-commits, 2024/07/28
- 13/38: gnu: go-github-com-protonmail-go-crypto: Enable tests., guix-commits, 2024/07/28
- 14/38: gnu: Add go-github-com-boltdb-bolt.,
guix-commits <=
- 15/38: gnu: Add go-github-com-emersion-go-bcrypt., guix-commits, 2024/07/28
- 16/38: gnu: Add go-github-com-emersion-go-vcard., guix-commits, 2024/07/28
- 17/38: gnu: Add go-github-com-teambition-rrule-go., guix-commits, 2024/07/28
- 20/38: gnu: Add hydroxide., guix-commits, 2024/07/28
- 02/38: gnu: Add go-git-sr-ht-rjarry-go-opt., guix-commits, 2024/07/28
- 05/38: gnu: go-github-com-rivo-uniseg: Update to 0.4.7., guix-commits, 2024/07/28
- 09/38: gnu: aerc: Fix indentation., guix-commits, 2024/07/28
- 11/38: gnu: aerc: Update to 0.18.1., guix-commits, 2024/07/28
- 12/38: gnu: go-github-com-protonmail-go-crypto: Update to 1.0.0., guix-commits, 2024/07/28
- 18/38: gnu: Add go-github-com-emersion-go-ical., guix-commits, 2024/07/28