Enforce recent yojson version

2.0 doesn't need biniou or easy_format anymore
This commit is contained in:
Louis Gesbert 2023-09-18 17:00:50 +02:00
parent 1ee2980ae7
commit 326990678f
2 changed files with 1 additions and 2 deletions

View File

@ -354,8 +354,6 @@ module Poll = struct
let ocaml_link_flags: string list Lazy.t = lazy (
let link_libs =
[
"biniou";
"easy-format";
"yojson";
"ppx_yojson_conv_lib";
"zarith";

View File

@ -32,6 +32,7 @@ depends: [
"ocaml" {>= "4.13.0"}
"ocamlfind" {!= "1.9.5"}
"ocamlgraph" {>= "1.8.8"}
"yojson" {>= "2.0" }
"ppx_yojson_conv" {>= "0.14.0"}
"re" {>= "1.9.0"}
"sedlex" {>= "2.4"}