From 4a5c506659d672cf8c2b5e3ed20b1d1adf35d413 Mon Sep 17 00:00:00 2001 From: Rizo I Date: Tue, 2 Apr 2024 20:00:15 +0100 Subject: [PATCH] deps: jsoo is a build depend --- helix.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix.opam b/helix.opam index 849c206..407a986 100644 --- a/helix.opam +++ b/helix.opam @@ -23,7 +23,7 @@ depends: [ "ocaml" "dune" {build} "signal" - "js_of_ocaml-compiler" {>= "4.1.0"} # jx.jsoo + "js_of_ocaml-compiler" {build & >= "4.1.0"} # jx.jsoo "odoc" {with-doc} "ocaml-lsp-server" {with-dev-setup} "ocamlformat" {with-dev-setup}