File tree 6 files changed +13
-10
lines changed 6 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 29
29
( >= 4 .14.0) )
30
30
;;
31
31
( backoff
32
- ( >= 0 .1.0 ) )
32
+ ( >= 0 .1.1 ) )
33
33
( multicore-magic
34
34
( >= 2 .3.0) )
35
35
;;
42
42
" A systems programming interface between effects based schedulers and concurrent abstractions." )
43
43
( depends
44
44
( backoff
45
- ( >= 0 .1.0 ) )
45
+ ( >= 0 .1.1 ) )
46
46
( thread-local-storage
47
47
( >= 0 .2) )
48
48
;;
54
54
( depends
55
55
( picos
56
56
( = :version ) )
57
+ ( picos_aux
58
+ ( = :version ) )
57
59
;;
58
60
( backoff
59
- ( >= 0 .1.0 ) )
61
+ ( >= 0 .1.1 ) )
60
62
( multicore-magic
61
63
( >= 2 .3.0) )
62
64
;;
72
74
( = :version ) )
73
75
;;
74
76
( backoff
75
- ( >= 0 .1.0 ) )
77
+ ( >= 0 .1.1 ) )
76
78
( mtime
77
79
( >= 2 .0.0) )
78
80
( multicore-magic
108
110
( = :version ) )
109
111
;;
110
112
( backoff
111
- ( >= 0 .1.0 ) )
113
+ ( >= 0 .1.1 ) )
112
114
( multicore-magic
113
115
( >= 2 .3.0) )
114
116
;;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ homepage: "https://github.com/ocaml-multicore/picos"
11
11
bug-reports: "https://github.com/ocaml-multicore/picos/issues"
12
12
depends: [
13
13
"dune" {>= "3.14"}
14
- "backoff" {>= "0.1.0 "}
14
+ "backoff" {>= "0.1.1 "}
15
15
"thread-local-storage" {>= "0.2"}
16
16
"odoc" {with-doc}
17
17
]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/picos/issues"
10
10
depends: [
11
11
"dune" {>= "3.14"}
12
12
"ocaml" {>= "4.14.0"}
13
- "backoff" {>= "0.1.0 "}
13
+ "backoff" {>= "0.1.1 "}
14
14
"multicore-magic" {>= "2.3.0"}
15
15
"odoc" {with-doc}
16
16
]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ depends: [
11
11
"dune" {>= "3.14"}
12
12
"picos_aux" {= version}
13
13
"picos_std" {= version}
14
- "backoff" {>= "0.1.0 "}
14
+ "backoff" {>= "0.1.1 "}
15
15
"mtime" {>= "2.0.0"}
16
16
"multicore-magic" {>= "2.3.0"}
17
17
"psq" {>= "0.2.1"}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ depends: [
11
11
"dune" {>= "3.14"}
12
12
"picos_aux" {= version}
13
13
"picos_std" {= version}
14
- "backoff" {>= "0.1.0 "}
14
+ "backoff" {>= "0.1.1 "}
15
15
"multicore-magic" {>= "2.3.0"}
16
16
"odoc" {with-doc}
17
17
]
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ bug-reports: "https://github.com/ocaml-multicore/picos/issues"
10
10
depends: [
11
11
"dune" {>= "3.14"}
12
12
"picos" {= version}
13
- "backoff" {>= "0.1.0"}
13
+ "picos_aux" {= version}
14
+ "backoff" {>= "0.1.1"}
14
15
"multicore-magic" {>= "2.3.0"}
15
16
"odoc" {with-doc}
16
17
]
You can’t perform that action at this time.
0 commit comments