We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5c5e5 commit 0b4f1deCopy full SHA for 0b4f1de
dune-project
@@ -137,6 +137,7 @@
137
(capnp-rpc-unix (>= 1.2))
138
(crunch (and (>= 3.2.0) :build))
139
(dream (= 1.0.0~alpha6))
140
+ (dream-httpaf (= 1.0.0~alpha3))
141
(fmt (>= 0.8.9))
142
(logs (>= 0.7.0))
143
(lwt (>= 5.7.0))
ocaml-ci-web.opam
@@ -19,6 +19,7 @@ depends: [
19
"capnp-rpc-unix" {>= "1.2"}
20
"crunch" {>= "3.2.0" & build}
21
"dream" {= "1.0.0~alpha6"}
22
+ "dream-httpaf" {= "1.0.0~alpha3"}
23
"fmt" {>= "0.8.9"}
24
"logs" {>= "0.7.0"}
25
"lwt" {>= "5.7.0"}
0 commit comments