guix-patches
[Top][All Lists]
Advanced

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

[bug#60120] [PATCH 23/28] gnu: Add ocaml5.0-eio-linux.


From: pukkamustard
Subject: [bug#60120] [PATCH 23/28] gnu: Add ocaml5.0-eio-linux.
Date: Fri, 16 Dec 2022 13:25:22 +0000

* gnu/packages/ocaml.scm (ocaml5.0-eio-linux): New variable.
---
 gnu/packages/ocaml.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index d413d54f63..1dc1341555 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2873,6 +2873,25 @@ (define-public ocaml-uring
     (license
      (list license:isc license:expat))))
 
+(define ocaml-eio-linux
+  (package
+    (inherit ocaml-eio)
+    (name "ocaml-eio-linux")
+    (arguments `(#:package "eio_linux"
+                 #:test-target "."))
+    (propagated-inputs
+     (list ocaml-eio
+           ocaml-uring
+           ocaml-logs
+           ocaml-fmt))
+    (native-inputs
+     (list ocaml-mdx
+           ocaml-alcotest
+           ocaml-mdx))))
+
+(define-public ocaml5.0-eio-linux
+  (package-with-ocaml5.0 ocaml-eio-linux))
+
 (define-public ocaml-lwt
   (package
     (name "ocaml-lwt")
-- 
2.38.1






reply via email to

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