guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#73466] [PATCH v2 06/15] gnu: Add ocaml-catapult.


From: Herman Rimm
Subject: [bug#73466] [PATCH v2 06/15] gnu: Add ocaml-catapult.
Date: Thu, 26 Sep 2024 09:23:36 +0200

* gnu/packages/ocaml.scm (ocaml-catapult): Add variable.

Change-Id: I066a6563772a7d7fe156ab036b04f5abb8d0d5b0
---
 gnu/packages/ocaml.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f0886ac762..3218dae5a9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -702,6 +702,29 @@ (define-public ocaml-extlib
     ;; With static-linking exception
     (license license:lgpl2.1+)))
 
+(define-public ocaml-catapult
+  (package
+    (name "ocaml-catapult")
+    (version "0.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/AestheticIntegration/catapult";)
+              (commit (string-append "v" version))))
+       (sha256
+        (base32 "1yy6rgnzqvms5lnlqzqsbbdnmil5p66rfif5229vamgdjbdf5r7q"))))
+    (build-system dune-build-system)
+    (native-inputs
+      (list ocaml-directories ocaml-logs ocaml-sqlite3 ocaml-zmq))
+    (propagated-inputs (list ocaml-odoc))
+    (home-page "https://github.com/AestheticIntegration/catapult";)
+    (synopsis "Tracing system based on Catapult/TEF format")
+    (description
+      "This package provides a tracing system based on the Catapult/TEF
+format.")
+    (license license:expat)))
+
 (define-public ocaml-cudf
   (package
     (name "ocaml-cudf")
-- 
2.45.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]