File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1313 (synopsis " Cap'n Proto API for ocaml-ci" )
1414 ( depends
1515 ( ocaml ( >= 4 .14) )
16- ( dune ( < 3 .17 ) )
16+ dune
1717 ; Provided by git submodules
1818 current_rpc
1919 ; Opam dependencies
2727 (synopsis " Core ocaml-ci" )
2828 ( depends
2929 ( ocaml ( >= 4 .14) )
30- ( dune ( < 3 .17 ) )
30+ dune
3131 ocaml-ci-api
3232 ; Provided by git submodules
3333 current
5757 ( conflicts ( ocaml-migrate-parsetree ( = " 1.7.1" ) ) )
5858 ( depends
5959 ( ocaml ( >= 4 .14) )
60- ( dune ( < 3 .17 ) )
60+ dune
6161 ocaml-ci-api
6262 ; Provided by git submodules
6363 current_git
9696 ( description " Test OCaml projects on GitLab" )
9797 ( depends
9898 ( ocaml ( >= 4 .14) )
99- ( dune ( < 3 .17 ) )
99+ dune
100100 ocaml-ci
101101 ocaml-ci-service
102102 ; Provided by git submodules
118118 (synopsis " Command-line client for ocaml-ci" )
119119 ( depends
120120 ( ocaml ( >= 4 .14) )
121- ( dune ( < 3 .17 ) )
121+ dune
122122 ocaml-ci-api
123123 ; Provided by git submodules
124124 current_rpc
134134 (synopsis " Web-server frontend for ocaml-ci" )
135135 ( depends
136136 ( ocaml ( >= 4 .14) )
137- ( dune ( < 3 .17 ) )
137+ dune
138138 ocaml-ci-api
139139 ; Provided by opam pin
140140 tailwindcss
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ doc: "https://ocaml.ci.dev/documentation"
99bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010depends: [
1111 "ocaml" {>= "4.14"}
12- "dune" {>= "3.16" & < "3.17" }
12+ "dune" {>= "3.16"}
1313 "current_rpc"
1414 "capnp" {>= "3.4.0"}
1515 "capnp-rpc-lwt" {>= "1.2"}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ doc: "https://ocaml.ci.dev/documentation"
99bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010depends: [
1111 "ocaml" {>= "4.14"}
12- "dune" {>= "3.16" & < "3.17" }
12+ "dune" {>= "3.16"}
1313 "ocaml-ci-api"
1414 "current_rpc"
1515 "capnp-rpc-unix" {>= "1.2"}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ doc: "https://ocaml.ci.dev/documentation"
1010bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1111depends: [
1212 "ocaml" {>= "4.14"}
13- "dune" {>= "3.16" & < "3.17" }
13+ "dune" {>= "3.16"}
1414 "ocaml-ci"
1515 "ocaml-ci-service"
1616 "current"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ doc: "https://ocaml.ci.dev/documentation"
99bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010depends: [
1111 "ocaml" {>= "4.14"}
12- "dune" {>= "3.16" & < "3.17" }
12+ "dune" {>= "3.16"}
1313 "ocaml-ci-api"
1414 "current_git"
1515 "current_github"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ doc: "https://ocaml.ci.dev/documentation"
99bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010depends: [
1111 "ocaml" {>= "4.14"}
12- "dune" {>= "3.16" & < "3.17" }
12+ "dune" {>= "3.16"}
1313 "ocaml-ci-api"
1414 "tailwindcss"
1515 "ansi" {>= "0.6.0"}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ doc: "https://ocaml.ci.dev/documentation"
99bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010depends: [
1111 "ocaml" {>= "4.14"}
12- "dune" {>= "3.16" & < "3.17" }
12+ "dune" {>= "3.16"}
1313 "ocaml-ci-api"
1414 "current"
1515 "current_docker"
You can’t perform that action at this time.
0 commit comments