diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-10 00:22:52 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-10 00:22:52 +0200 |
commit | d2fc73f4aaecab25201bcf9860c4e6d934fb2772 (patch) | |
tree | 894d5ce18bd76dd824bb39e02a1be68e759910ff /flesh.opam | |
parent | b40ec1a8d10323914d26499e237993ff8022a673 (diff) |
chore(dune): add base64 dependency
Diffstat (limited to 'flesh.opam')
-rw-r--r-- | flesh.opam | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ depends: [ "ocaml" "dune" {>= "3.11"} "lwt" + "base64" "ppx_deriving" "js_of_ocaml-compiler" {with-test} "merlin" {with-test} |