all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Lechner via Guix-patches via <guix-patches@gnu.org>
To: 64208@debbugs.gnu.org
Cc: Ekaitz Zarraga <ekaitz@elenq.tech>
Subject: [bug#64208] [PATCH 1/2] gnu: Add tigerbeetle.
Date: Wed, 21 Jun 2023 07:33:35 -0700	[thread overview]
Message-ID: <71b05d9239c1a19e8c54c5c1f31155b02ca73823.1687357813.git.felix.lechner@lease-up.com> (raw)
In-Reply-To: <cover.1687357813.git.felix.lechner@lease-up.com>

From: Ekaitz Zarraga <ekaitz@elenq.tech>

* gnu/packages/zig-xyz.scm (tigerbeetle): New variable.
---
 gnu/packages/zig-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index fd42c21638..ebb5250a03 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2022 Maya Tomasek <maya.tomasek@disroot.org>
+;;; Copyright © 2023 Ekaitz Zarraga <ekaitz@elenq.tech>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -21,11 +22,36 @@ (define-module (gnu packages zig-xyz)
   #:use-module (guix git-download)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system zig)
   #:use-module (guix gexp)
   #:use-module (gnu packages)
   #:use-module (gnu packages zig)
   #:use-module (gnu packages python))
 
+(define-public tigerbeetle
+  (package
+    (name "tigerbeetle")
+    (version "0.13.35")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/tigerbeetledb/tigerbeetle")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0x8msknvq8s6vnlczq5fxmaiqvig2sbcv60c3x8zbgr28dsqpmll"))))
+    (build-system zig-build-system)
+    (arguments
+     (list
+      #:zig zig-0.9
+      #:zig-release-type "safe"))
+    (synopsis "Distributed financial accounting database")
+    (description "Financial accounting database designed for mission critical
+safety and performance to power the future of financial services.")
+    (home-page "https://github.com/tigerbeetledb/tigerbeetle")
+    (license license:asl2.0)))
+
 (define-public zig-zls
   (package
     (name "zig-zls")
-- 
2.40.1





  reply	other threads:[~2023-06-21 14:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-21 14:32 [bug#64208] [PATCH] gnu: Add river Wayland compositor and tigerbeetle database Felix Lechner via Guix-patches via
2023-06-21 14:33 ` Felix Lechner via Guix-patches via [this message]
2023-06-21 14:33 ` [bug#64208] [PATCH 2/2] gnu: Add river Felix Lechner via Guix-patches via
2023-10-20 22:12 ` bug#64208: [PATCH] gnu: Add river Wayland compositor and tigerbeetle database Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=71b05d9239c1a19e8c54c5c1f31155b02ca73823.1687357813.git.felix.lechner@lease-up.com \
    --to=guix-patches@gnu.org \
    --cc=64208@debbugs.gnu.org \
    --cc=ekaitz@elenq.tech \
    --cc=felix.lechner@lease-up.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.