aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dune-project1
-rw-r--r--flesh_websockets.opam1
2 files changed, 2 insertions, 0 deletions
diff --git a/dune-project b/dune-project
index aeb994f..77d2fd6 100644
--- a/dune-project
+++ b/dune-project
@@ -42,6 +42,7 @@
js_of_ocaml-lwt
js_of_ocaml-ppx
xmlm
+ markup
(flesh
(and (= :version)
:with-test))
diff --git a/flesh_websockets.opam b/flesh_websockets.opam
index 0f2e532..d904908 100644
--- a/flesh_websockets.opam
+++ b/flesh_websockets.opam
@@ -15,6 +15,7 @@ depends: [
"js_of_ocaml-lwt"
"js_of_ocaml-ppx"
"xmlm"
+ "markup"
"flesh" {= version & with-test}
"merlin" {with-test}
"utop" {with-test}