File tree 6 files changed +29
-20
lines changed
6 files changed +29
-20
lines changed Original file line number Diff line number Diff line change 43
43
( depends
44
44
( ocaml
45
45
( >= " 4.08" ) )
46
- httpun-ws
46
+ ( httpun-ws
47
+ ( = :version ) )
47
48
lwt
48
- digestif
49
+ ( digestif
50
+ ( >= " 1.2.0" ) )
49
51
( gluten-lwt
50
52
( >= " 0.2.0" ) ) ) )
51
53
55
57
( depends
56
58
( ocaml
57
59
( >= " 4.08" ) )
58
- httpun-ws-lwt
60
+ ( httpun-ws-lwt
61
+ ( = :version ) )
59
62
( gluten-lwt-unix
60
63
( >= " 0.2.0" ) ) ) )
61
64
65
68
( depends
66
69
( ocaml
67
70
( >= " 4.08" ) )
68
- httpun-ws
69
- digestif
71
+ ( httpun-ws
72
+ ( = :version ) )
73
+ ( digestif
74
+ ( >= " 1.2.0" ) )
70
75
( gluten-eio
71
76
( >= " 0.2.1" ) ) ) )
72
77
76
81
( depends
77
82
( ocaml
78
83
( >= " 4.08" ) )
79
- httpun-ws-lwt
84
+ ( httpun-ws-lwt
85
+ ( = :version ) )
80
86
( gluten-mirage
81
- ( >= " 0.2 .0" ) )
87
+ ( >= " 0.5 .0" ) )
82
88
( mirage-flow
83
89
( >= " 2.0.0" ) )
84
90
cstruct) )
89
95
( depends
90
96
( ocaml
91
97
( >= " 4.08" ) )
92
- httpun-ws
98
+ ( httpun-ws
99
+ ( = :version ) )
93
100
( async
94
101
( >= " v0.15.0" ) )
95
- gluten-async
96
- digestif) )
102
+ ( gluten-async
103
+ ( >= " 0.5.0" ) )
104
+ ( digestif
105
+ ( >= " 1.2.0" ) ) ) )
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ bug-reports: "https://github.com/anmonteiro/httpun-ws/issues"
12
12
depends: [
13
13
"dune" {>= "3.0"}
14
14
"ocaml" {>= "4.08"}
15
- "httpun-ws"
15
+ "httpun-ws" {= version}
16
16
"async" {>= "v0.15.0"}
17
- "gluten-async"
18
- "digestif"
17
+ "gluten-async" {>= "0.5.0"}
18
+ "digestif" {>= "1.2.0"}
19
19
"odoc" {with-doc}
20
20
]
21
21
build: [
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ bug-reports: "https://github.com/anmonteiro/httpun-ws/issues"
12
12
depends: [
13
13
"dune" {>= "3.0"}
14
14
"ocaml" {>= "4.08"}
15
- "httpun-ws"
16
- "digestif"
15
+ "httpun-ws" {= version}
16
+ "digestif" {>= "1.2.0"}
17
17
"gluten-eio" {>= "0.2.1"}
18
18
"odoc" {with-doc}
19
19
]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ bug-reports: "https://github.com/anmonteiro/httpun-ws/issues"
12
12
depends: [
13
13
"dune" {>= "3.0"}
14
14
"ocaml" {>= "4.08"}
15
- "httpun-ws-lwt"
15
+ "httpun-ws-lwt" {= version}
16
16
"gluten-lwt-unix" {>= "0.2.0"}
17
17
"odoc" {with-doc}
18
18
]
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ bug-reports: "https://github.com/anmonteiro/httpun-ws/issues"
12
12
depends: [
13
13
"dune" {>= "3.0"}
14
14
"ocaml" {>= "4.08"}
15
- "httpun-ws"
15
+ "httpun-ws" {= version}
16
16
"lwt"
17
- "digestif"
17
+ "digestif" {>= "1.2.0"}
18
18
"gluten-lwt" {>= "0.2.0"}
19
19
"odoc" {with-doc}
20
20
]
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ bug-reports: "https://github.com/anmonteiro/httpun-ws/issues"
12
12
depends: [
13
13
"dune" {>= "3.0"}
14
14
"ocaml" {>= "4.08"}
15
- "httpun-ws-lwt"
16
- "gluten-mirage" {>= "0.2 .0"}
15
+ "httpun-ws-lwt" {= version}
16
+ "gluten-mirage" {>= "0.5 .0"}
17
17
"mirage-flow" {>= "2.0.0"}
18
18
"cstruct"
19
19
"odoc" {with-doc}
You can’t perform that action at this time.
0 commit comments