From 5648c437216b3cfacf7a7507f040c5a8d20276e8 Mon Sep 17 00:00:00 2001 From: swrup Date: Thu, 12 Mar 2026 12:37:35 +0100 Subject: [PATCH] --- GNUmakefile | 6 ++++-- src/dune | 3 +-- src/util.ml | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index bf4552a2..808d3788 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,7 +1,8 @@ vendor_list := \ mkernel miou zarith bstr mnet mirage-crypto-rng-mkernel gmp digestif \ kdf utcp flux h1 httpcats mhttp multipart_form-miou prettym tls \ - x509 vifu cachet mfat mirage-mtime caqti + x509 vifu cachet mfat mirage-mtime caqti \ + base32 cohttp secmod_fat=secrets/secmod.fat tap_device=tap-mte @@ -12,7 +13,8 @@ check-kvm: # todo: just opam install . --deps-only? installs: opam install --yes dune utop merlin ocp-browser ocamlformat - opam install --yes mcrunch + # opam install --yes mcrunch + opam install --yes crunch opam install --yes sqlite3 # needed for caqti even if not used opam install --yes caqti-driver-pgx opam install --yes $(vendor_list) diff --git a/src/dune b/src/dune index 8eebeb9d..99367680 100644 --- a/src/dune +++ b/src/dune @@ -14,7 +14,7 @@ (libraries b32 ; - caqti + ; caqti caqti-miou caqti-miou.unix caqti-driver-pgx @@ -30,7 +30,6 @@ ptime logs logs.fmt - logs.threaded fmt.tty)) (library ; crockford base32 diff --git a/src/util.ml b/src/util.ml index 07215a01..d0032b80 100644 --- a/src/util.ml +++ b/src/util.ml @@ -59,7 +59,6 @@ module Log_reporter = struct Logs.set_level ~all:false level; Fmt_tty.setup_std_outputs ~style_renderer:`Ansi_tty ~utf_8:true (); Logs.Src.set_level Logs.default level; - Logs_threaded.enable (); Logs.set_reporter reporter; () end