From 10aaf21209d603dc10eb638841b293c3e299823f Mon Sep 17 00:00:00 2001 From: Swrup Date: Sat, 18 Jun 2022 20:47:19 +0200 Subject: [PATCH] add js_of_ocaml to package dependency --- dune-project | 1 + example/dune | 4 +--- leaflet.opam | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dune-project b/dune-project index 1b5b654..896dd1a 100644 --- a/dune-project +++ b/dune-project @@ -30,5 +30,6 @@ (leaflet javascript bindings interactive map openstreetmap)) (depends brr + js_of_ocaml (ocaml (>= 4.08)))) diff --git a/example/dune b/example/dune index 1b81cc6..b868e46 100644 --- a/example/dune +++ b/example/dune @@ -2,6 +2,4 @@ (name main) (modules main) (libraries brr leaflet) - (modes js) - (preprocess - (pps js_of_ocaml-ppx))) + (modes js)) diff --git a/leaflet.opam b/leaflet.opam index 70dc18a..1b6ae70 100644 --- a/leaflet.opam +++ b/leaflet.opam @@ -17,6 +17,7 @@ bug-reports: "https://git.zapashcanon.fr/swrup/leaflet/issues" depends: [ "dune" {>= "2.9"} "brr" + "js_of_ocaml" "ocaml" {>= "4.08"} "odoc" {with-doc} ]