Skip to content

Commit 9096912

Browse files
authored
Use dream 1.0.0~alpha5 (#809)
1 parent 7742910 commit 9096912

File tree

8 files changed

+9
-15
lines changed

8 files changed

+9
-15
lines changed

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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)
@@ -115,7 +115,7 @@
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))

ocaml-ci-api.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ synopsis: "Cap'n Proto API for ocaml-ci"
44
maintainer: ["talex5@gmail.com"]
55
authors: ["talex5@gmail.com"]
66
homepage: "https://github.com/ocurrent/ocaml-ci"
7-
doc: "https://ci.ocamllabs.io/documentation"
7+
doc: "https://ocaml.ci.dev/documentation"
88
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
99
depends: [
1010
"dune" {>= "3.7"}

ocaml-ci-client.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ synopsis: "Command-line client for ocaml-ci"
44
maintainer: ["talex5@gmail.com"]
55
authors: ["talex5@gmail.com"]
66
homepage: "https://github.com/ocurrent/ocaml-ci"
7-
doc: "https://ci.ocamllabs.io/documentation"
7+
doc: "https://ocaml.ci.dev/documentation"
88
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
99
depends: [
1010
"dune" {>= "3.7"}

ocaml-ci-gitlab.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Test OCaml projects on GitLab"
55
maintainer: ["talex5@gmail.com"]
66
authors: ["talex5@gmail.com"]
77
homepage: "https://github.com/ocurrent/ocaml-ci"
8-
doc: "https://ci.ocamllabs.io/documentation"
8+
doc: "https://ocaml.ci.dev/documentation"
99
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
1010
depends: [
1111
"dune" {>= "3.7"}

ocaml-ci-service.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ synopsis: "Test OCaml projects on GitHub"
44
maintainer: ["talex5@gmail.com"]
55
authors: ["talex5@gmail.com"]
66
homepage: "https://github.com/ocurrent/ocaml-ci"
7-
doc: "https://ci.ocamllabs.io/documentation"
7+
doc: "https://ocaml.ci.dev/documentation"
88
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
99
depends: [
1010
"dune" {>= "3.7"}

ocaml-ci-web.opam

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ synopsis: "Web-server frontend for ocaml-ci"
44
maintainer: ["talex5@gmail.com"]
55
authors: ["talex5@gmail.com"]
66
homepage: "https://github.com/ocurrent/ocaml-ci"
7-
doc: "https://ci.ocamllabs.io/documentation"
7+
doc: "https://ocaml.ci.dev/documentation"
88
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
99
depends: [
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
]
4040
dev-repo: "git+https://github.com/ocurrent/ocaml-ci.git"
4141
pin-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
]

ocaml-ci-web.opam.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
pin-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
]

ocaml-ci.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ synopsis: "Core ocaml-ci"
44
maintainer: ["talex5@gmail.com"]
55
authors: ["talex5@gmail.com"]
66
homepage: "https://github.com/ocurrent/ocaml-ci"
7-
doc: "https://ci.ocamllabs.io/documentation"
7+
doc: "https://ocaml.ci.dev/documentation"
88
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
99
depends: [
1010
"dune" {>= "3.7"}

0 commit comments

Comments
 (0)