aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-10 00:22:52 +0200
committerClombrong <cromblong@egregore.fun>2025-06-10 00:22:52 +0200
commitd2fc73f4aaecab25201bcf9860c4e6d934fb2772 (patch)
tree894d5ce18bd76dd824bb39e02a1be68e759910ff
parentb40ec1a8d10323914d26499e237993ff8022a673 (diff)
chore(dune): add base64 dependency
-rw-r--r--dune-project1
-rw-r--r--flesh.opam1
2 files changed, 2 insertions, 0 deletions
diff --git a/dune-project b/dune-project
index 389aa33..52aab83 100644
--- a/dune-project
+++ b/dune-project
@@ -24,6 +24,7 @@
ocaml
dune
lwt
+ base64
ppx_deriving
(js_of_ocaml-compiler
:with-test)
diff --git a/flesh.opam b/flesh.opam
index a3597b1..8d9db1f 100644
--- a/flesh.opam
+++ b/flesh.opam
@@ -13,6 +13,7 @@ depends: [
"ocaml"
"dune" {>= "3.11"}
"lwt"
+ "base64"
"ppx_deriving"
"js_of_ocaml-compiler" {with-test}
"merlin" {with-test}