Skip to content

Commit cb9a93f

Browse files
authored
Apply suggestions from code review
1 parent bd523ae commit cb9a93f

File tree

3 files changed

+3
-3
lines changed
  • packages
    • chess_com_api/chess_com_api.1.0.1
    • lichess_api/lichess_api.1.0.1
    • pgn_parser/pgn_parser.1.0.1

3 files changed

+3
-3
lines changed

packages/chess_com_api/chess_com_api.1.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doc: "https://github.com/ckaf/pgn_parser"
1212
bug-reports: "https://github.com/ckaf/pgn_parser/issues"
1313
depends: [
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"}

packages/lichess_api/lichess_api.1.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doc: "https://github.com/ckaf/pgn_parser"
1212
bug-reports: "https://github.com/ckaf/pgn_parser/issues"
1313
depends: [
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"}

packages/pgn_parser/pgn_parser.1.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ doc: "https://github.com/ckaf/pgn_parser"
2323
bug-reports: "https://github.com/ckaf/pgn_parser/issues"
2424
depends: [
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"}

0 commit comments

Comments
 (0)