diff options
-rw-r--r-- | dune-project | 1 | ||||
-rw-r--r-- | flesh.opam | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dune-project b/dune-project index 0bb6ba5..c16a7f9 100644 --- a/dune-project +++ b/dune-project @@ -27,6 +27,7 @@ lwt_ppx base64 ppx_deriving + domain-name (js_of_ocaml-compiler :with-test) (merlin :with-test) @@ -16,6 +16,7 @@ depends: [ "lwt_ppx" "base64" "ppx_deriving" + "domain-name" "js_of_ocaml-compiler" {with-test} "merlin" {with-test} "utop" {with-test} |