From c7c675524f057f96cbcb0c1283ad121661a6c3bc Mon Sep 17 00:00:00 2001 From: Bruno Guillaume <Bruno.Guillaume@loria.fr> Date: Tue, 26 Jul 2022 22:13:31 +0200 Subject: [PATCH] remove log form depends --- _tags | 2 +- opam | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/_tags b/_tags index b3a18d2..2b99009 100644 --- a/_tags +++ b/_tags @@ -1,3 +1,3 @@ -true: package(yojson, threads, unix, str, containers, ANSITerminal, log, conll, amr) +true: package(yojson, threads, unix, str, containers, ANSITerminal, conll, amr) true: thread true: bin_annot \ No newline at end of file diff --git a/opam b/opam index 6fc27d0..eb2ba32 100644 --- a/opam +++ b/opam @@ -12,7 +12,6 @@ remove: [ depends: [ "yojson" "ANSITerminal" - "libcaml-log" "libcaml-conll" "libcaml-grew" ] -- GitLab