me
/
guix
Archived
1
0
Fork 0

gnu: Add ocaml5.0-eio-luv.

* gnu/packages/ocaml.scm (ocaml5.0-eio-luv): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
pukkamustard 2022-12-16 13:25:20 +00:00 committed by Julien Lepiller
parent 14fae62df8
commit 2b335e87f7
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 15 additions and 0 deletions

View File

@ -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")