guix-commits
[Top][All Lists]
Advanced

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

21/28: gnu: Add ocaml5.0-eio-luv.


From: guix-commits
Subject: 21/28: gnu: Add ocaml5.0-eio-luv.
Date: Wed, 21 Dec 2022 16:11:43 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 2b335e87f7f25bfa5e51f3d840673a3bf8d6d014
Author: pukkamustard <pukkamustard@posteo.net>
AuthorDate: Fri Dec 16 13:25:20 2022 +0000

    gnu: Add ocaml5.0-eio-luv.
    
    * gnu/packages/ocaml.scm (ocaml5.0-eio-luv): New variable.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/packages/ocaml.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 769a628acc..c78d8a2b6d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2833,6 +2833,21 @@ OCaml with fibers.")
 (define-public ocaml5.0-eio
   (package-with-ocaml5.0 ocaml-eio))
 
+(define ocaml-eio-luv
+  (package
+    (inherit ocaml-eio)
+    (name "ocaml-eio-luv")
+    (arguments `(#:package "eio_luv"
+                 #:test-target "."))
+    (propagated-inputs (list ocaml-eio ocaml-luv))
+    (native-inputs (list ocaml-mdx))
+    (synopsis "Libuv-based backend for Ocaml Eio")
+    (description "@code{Eio_luv} provides a cross-platform backend for
+@code{Ocaml Eio}'s APIs using luv (libuv)")))
+
+(define-public ocaml5.0-eio-luv
+  (package-with-ocaml5.0 ocaml-eio-luv))
+
 (define-public ocaml-lwt
   (package
     (name "ocaml-lwt")



reply via email to

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