File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
chess_com_api/chess_com_api.1.0.1
lichess_api/lichess_api.1.0.1
pgn_parser/pgn_parser.1.0.1 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ doc: "https://github.com/ckaf/pgn_parser"
1212bug-reports: "https://github.com/ckaf/pgn_parser/issues"
1313depends: [
1414 "ocaml" {>= "4.14"}
15- "dune" {>= "3.19" & >= "3.0" }
15+ "dune" {>= "3.19"}
1616 "cohttp-lwt-unix" {>= "5.0"}
1717 "yojson" {>= "1.7"}
1818 "lwt" {>= "5.6"}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ doc: "https://github.com/ckaf/pgn_parser"
1212bug-reports: "https://github.com/ckaf/pgn_parser/issues"
1313depends: [
1414 "ocaml" {>= "4.14"}
15- "dune" {>= "3.19" & >= "3.0" }
15+ "dune" {>= "3.19"}
1616 "cohttp-lwt-unix" {>= "5.0"}
1717 "yojson" {>= "1.7"}
1818 "lwt" {>= "5.6"}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ doc: "https://github.com/ckaf/pgn_parser"
2323bug-reports: "https://github.com/ckaf/pgn_parser/issues"
2424depends: [
2525 "ocaml" {>= "4.14"}
26- "dune" {>= "3.19" & >= "3.0" }
26+ "dune" {>= "3.19"}
2727 "qcheck" {>= "0.21"}
2828 "cohttp-lwt-unix" {>= "5.0"}
2929 "yojson" {>= "1.7"}
You can’t perform that action at this time.
0 commit comments