File tree Expand file tree Collapse file tree 8 files changed +9
-15
lines changed
Expand file tree Collapse file tree 8 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 55( source ( github ocurrent/ocaml-ci) )
66( authors " talex5@gmail.com" )
77( maintainers " talex5@gmail.com" )
8- ( documentation " https://ci.ocamllabs.io /documentation" )
8+ ( documentation " https://ocaml. ci.dev /documentation" )
99
1010( package
1111 (name ocaml-ci-api)
115115 ( ansi ( >= 0 .6.0) )
116116 ( capnp-rpc-unix ( >= 1 .2) )
117117 ( crunch ( and ( >= 3 .2.0) :build ) )
118- dream
118+ ( dream ( = 1 .0.0~alpha5 ) )
119119 ( fmt ( >= 0 .8.9) )
120120 ( logs ( >= 0 .7.0) )
121121 ( lwt ( >= 5 .6.1) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ synopsis: "Cap'n Proto API for ocaml-ci"
44maintainer: ["talex5@gmail.com"]
55authors: ["talex5@gmail.com"]
66homepage: "https://github.com/ocurrent/ocaml-ci"
7- doc: "https://ci.ocamllabs.io /documentation"
7+ doc: "https://ocaml. ci.dev /documentation"
88bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
99depends: [
1010 "dune" {>= "3.7"}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ synopsis: "Command-line client for ocaml-ci"
44maintainer: ["talex5@gmail.com"]
55authors: ["talex5@gmail.com"]
66homepage: "https://github.com/ocurrent/ocaml-ci"
7- doc: "https://ci.ocamllabs.io /documentation"
7+ doc: "https://ocaml. ci.dev /documentation"
88bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
99depends: [
1010 "dune" {>= "3.7"}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: "Test OCaml projects on GitLab"
55maintainer: ["talex5@gmail.com"]
66authors: ["talex5@gmail.com"]
77homepage: "https://github.com/ocurrent/ocaml-ci"
8- doc: "https://ci.ocamllabs.io /documentation"
8+ doc: "https://ocaml. ci.dev /documentation"
99bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010depends: [
1111 "dune" {>= "3.7"}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ synopsis: "Test OCaml projects on GitHub"
44maintainer: ["talex5@gmail.com"]
55authors: ["talex5@gmail.com"]
66homepage: "https://github.com/ocurrent/ocaml-ci"
7- doc: "https://ci.ocamllabs.io /documentation"
7+ doc: "https://ocaml. ci.dev /documentation"
88bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
99depends: [
1010 "dune" {>= "3.7"}
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ synopsis: "Web-server frontend for ocaml-ci"
44maintainer: ["talex5@gmail.com"]
55authors: ["talex5@gmail.com"]
66homepage: "https://github.com/ocurrent/ocaml-ci"
7- doc: "https://ci.ocamllabs.io /documentation"
7+ doc: "https://ocaml. ci.dev /documentation"
88bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
99depends: [
1010 "dune" {>= "3.7"}
1111 "ansi" {>= "0.6.0"}
1212 "capnp-rpc-unix" {>= "1.2"}
1313 "crunch" {>= "3.2.0" & build}
14- "dream"
14+ "dream" {= "1.0.0~alpha5"}
1515 "fmt" {>= "0.8.9"}
1616 "logs" {>= "0.7.0"}
1717 "lwt" {>= "5.6.1"}
@@ -39,8 +39,5 @@ build: [
3939]
4040dev-repo: "git+https://github.com/ocurrent/ocaml-ci.git"
4141pin-depends: [
42- ["dream.dev" "git+https://github.com/aantron/dream#fcc618d2006ceb06e8640e96fa9ac71ee71a6d3a"]
43- ["dream-httpaf.dev" "git+https://github.com/aantron/dream#fcc618d2006ceb06e8640e96fa9ac71ee71a6d3a"]
44- ["dream-pure.dev" "git+https://github.com/aantron/dream#fcc618d2006ceb06e8640e96fa9ac71ee71a6d3a"]
4542 ["tailwindcss.dev" "git+https://github.com/tmattio/opam-tailwindcss#a4c0ee9b9a80d44c4a953b07dc29e4aa065adf57"]
4643]
Original file line number Diff line number Diff line change 11pin-depends: [
2- ["dream.dev" "git+https://github.com/aantron/dream#fcc618d2006ceb06e8640e96fa9ac71ee71a6d3a"]
3- ["dream-httpaf.dev" "git+https://github.com/aantron/dream#fcc618d2006ceb06e8640e96fa9ac71ee71a6d3a"]
4- ["dream-pure.dev" "git+https://github.com/aantron/dream#fcc618d2006ceb06e8640e96fa9ac71ee71a6d3a"]
52 ["tailwindcss.dev" "git+https://github.com/tmattio/opam-tailwindcss#a4c0ee9b9a80d44c4a953b07dc29e4aa065adf57"]
63]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ synopsis: "Core ocaml-ci"
44maintainer: ["talex5@gmail.com"]
55authors: ["talex5@gmail.com"]
66homepage: "https://github.com/ocurrent/ocaml-ci"
7- doc: "https://ci.ocamllabs.io /documentation"
7+ doc: "https://ocaml. ci.dev /documentation"
88bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
99depends: [
1010 "dune" {>= "3.7"}
You can’t perform that action at this time.
0 commit comments