File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 21
21
22
22
( depends
23
23
( ocaml ( >= 4 .08) )
24
- ( lwt ( >= 5 .3.0 ) )
24
+ ( lwt ( >= 5 .3) )
25
25
( bisect_ppx :with -test) ) )
26
26
27
27
( package
28
28
(name lwt_ppx)
29
29
(synopsis " PPX syntax for Lwt, providing something similar to async/await from JavaScript" )
30
30
( depends
31
31
( ocaml ( >= 4 .08) )
32
- ( ppxlib ( >= 0 .16.0 ) )
32
+ ( ppxlib ( >= 0 .36 ) )
33
33
( ppx_let :with -test)
34
34
( bisect_ppx :with -test)
35
- ( lwt ( >= 5 .7.0 ) ) ) )
35
+ ( lwt ( >= 5 .7) ) ) )
36
36
37
37
( package
38
38
(name lwt_react)
39
39
(synopsis " Helpers for using React with Lwt" )
40
40
( depends
41
41
( ocaml ( >= 4 .08) )
42
- ( cppo ( and :build ( >= 1 .1.0 ) ) )
43
- ( lwt ( >= 3 .0.0 ) )
44
- ( react ( >= 1 .0.0 ) )
42
+ ( cppo ( and :build ( >= 1 .1) ) )
43
+ ( lwt ( >= 3 .0) )
44
+ ( react ( >= 1 .0) )
45
45
( bisect_ppx :with -test) ) )
46
46
47
47
( package
@@ -58,9 +58,9 @@ synchronization primitives. Code can be run in parallel on an opt-in basis.
58
58
" )
59
59
( depends
60
60
( ocaml ( >= 4 .08) )
61
- ( cppo ( and :build ( >= 1 .1.0 ) ) )
61
+ ( cppo ( and :build ( >= 1 .1) ) )
62
62
( ocamlfind ( and :dev ( >= 1 .7.3-1) ) )
63
- ( odoc ( and :with -doc ( >= 2 .3.0 ) ) )
63
+ ( odoc ( and :with -doc ( >= 2 .3) ) )
64
64
( bisect_ppx :with -test)
65
65
dune-configurator
66
66
ocplib-endian)
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ bug-reports: "https://github.com/ocsigen/lwt/issues"
22
22
depends: [
23
23
"dune" {>= "2.7"}
24
24
"ocaml" {>= "4.08"}
25
- "cppo" {build & >= "1.1.0 "}
25
+ "cppo" {build & >= "1.1"}
26
26
"ocamlfind" {dev & >= "1.7.3-1"}
27
- "odoc" {with-doc & >= "2.3.0 "}
27
+ "odoc" {with-doc & >= "2.3"}
28
28
"bisect_ppx" {with-test}
29
29
"dune-configurator"
30
30
"ocplib-endian"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ bug-reports: "https://github.com/ocsigen/lwt/issues"
13
13
depends: [
14
14
"dune" {>= "2.7"}
15
15
"ocaml" {>= "4.08"}
16
- "ppxlib" {>= "0.16.0 "}
16
+ "ppxlib" {>= "0.36 "}
17
17
"ppx_let" {with-test}
18
18
"bisect_ppx" {with-test}
19
- "lwt" {>= "5.7.0 "}
19
+ "lwt" {>= "5.7"}
20
20
"odoc" {with-doc}
21
21
]
22
22
build: [
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ bug-reports: "https://github.com/ocsigen/lwt/issues"
12
12
depends: [
13
13
"dune" {>= "2.7"}
14
14
"ocaml" {>= "4.08"}
15
- "cppo" {build & >= "1.1.0 "}
16
- "lwt" {>= "3.0.0 "}
17
- "react" {>= "1.0.0 "}
15
+ "cppo" {build & >= "1.1"}
16
+ "lwt" {>= "3.0"}
17
+ "react" {>= "1.0"}
18
18
"bisect_ppx" {with-test}
19
19
"odoc" {with-doc}
20
20
]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ bug-reports: "https://github.com/ocsigen/lwt/issues"
12
12
depends: [
13
13
"dune" {>= "2.7"}
14
14
"ocaml" {>= "4.08"}
15
- "lwt" {>= "5.3.0 "}
15
+ "lwt" {>= "5.3"}
16
16
"bisect_ppx" {with-test}
17
17
"odoc" {with-doc}
18
18
]
You can’t perform that action at this time.
0 commit comments