From b69f8674234ecd621ee953aada7121a584b0b405 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 20 Nov 2023 14:25:38 -0800 Subject: [PATCH] update opam file --- aoc.opam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aoc.opam b/aoc.opam index 114e99e..c0f5d54 100644 --- a/aoc.opam +++ b/aoc.opam @@ -10,11 +10,11 @@ homepage: "https://github.com/username/reponame" doc: "https://url/to/documentation" bug-reports: "https://github.com/username/reponame/issues" depends: [ - "ocaml" - "dune" {>= "3.10"} "utop" "ocaml-lsp-server" "ocamlformat" + "ocaml" + "dune" {>= "3.10"} "re" "containers" "iter"