From 4946275b48bfc92ce4b420e36c6cf48694776bbc Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 1 Mar 2025 19:19:30 +0100 Subject: Start work on Git "un"helper functions. Worse is better. I'll revisit the OCaml Git package once I'm more comfortable with OCaml overall. --- lib/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dune') diff --git a/lib/dune b/lib/dune index 3963ffd..076d7c6 100644 --- a/lib/dune +++ b/lib/dune @@ -1,5 +1,5 @@ (library (name ogit) - (libraries dream dream-html git git-unix) + (libraries unix dream dream-html git git-unix) (preprocess (pps lwt_ppx))) -- cgit v1.2.3