|
30 | 30 | menhir |
31 | 31 | menhirLib |
32 | 32 | menhirSdk |
33 | | - (yojson (>= 2.1))) |
| 33 | + (yojson (>= 2.1)) |
| 34 | + ; Keep opam-dune-lint happy |
| 35 | + (stdlib_stable (and :with-test (= os "never"))) |
| 36 | + (stdlib_upstream_compatible (and :with-test (= os "never")))) |
34 | 37 | (depopts |
35 | 38 | ocamlfind) |
36 | 39 | (conflicts |
|
50 | 53 | (lwt (and (>= 2.4.4) (<> 5.9.2))) |
51 | 54 | (num :with-test) |
52 | 55 | (ppx_expect (and (>= v0.14.2) :with-test)) |
53 | | - (re (and (>= 1.9.0) :with-test))) |
| 56 | + (re (and (>= 1.9.0) :with-test)) |
| 57 | + ; Keep opam-dune-lint happy |
| 58 | + (stdlib_stable (and :with-test (= os "never"))) |
| 59 | + (stdlib_upstream_compatible (and :with-test (= os "never")))) |
54 | 60 | (depopts |
55 | 61 | graphics |
56 | 62 | lwt_log |
|
68 | 74 | (num :with-test) |
69 | 75 | (ppx_expect (and (>= v0.14.2) :with-test)) |
70 | 76 | (re (and (>= 1.9.0) :with-test)) |
| 77 | + ; Keep opam-dune-lint happy |
| 78 | + (stdlib_stable (and :with-test (= os "never"))) |
| 79 | + (stdlib_upstream_compatible (and :with-test (= os "never"))) |
71 | 80 | )) |
72 | 81 |
|
73 | 82 | (package |
|
82 | 91 | (num :with-test) |
83 | 92 | (ppx_expect (and (>= v0.14.2) :with-test)) |
84 | 93 | (re (and (>= 1.9.0) :with-test)) |
| 94 | + ; Keep opam-dune-lint happy |
| 95 | + (stdlib_stable (and :with-test (= os "never"))) |
| 96 | + (stdlib_upstream_compatible (and :with-test (= os "never"))) |
85 | 97 | )) |
86 | 98 |
|
87 | 99 | (package |
|
99 | 111 | (ppx_expect (and (>= v0.14.2) :with-test)) |
100 | 112 | (ppxlib (>= 0.33)) |
101 | 113 | (re (and (>= 1.9.0) :with-test)) |
| 114 | + ; Keep opam-dune-lint happy |
| 115 | + (stdlib_stable (and :with-test (= os "never"))) |
| 116 | + (stdlib_upstream_compatible (and :with-test (= os "never"))) |
102 | 117 | )) |
103 | 118 |
|
104 | 119 | (package |
|
116 | 131 | (num :with-test) |
117 | 132 | (ppx_expect (and (>= v0.14.2) :with-test)) |
118 | 133 | (re (and (>= 1.9.0) :with-test)) |
| 134 | + ; Keep opam-dune-lint happy |
| 135 | + (stdlib_stable (and :with-test (= os "never"))) |
| 136 | + (stdlib_upstream_compatible (and :with-test (= os "never"))) |
119 | 137 | )) |
120 | 138 |
|
121 | 139 | (package |
|
130 | 148 | (ppx_expect (and (>= v0.14.2) :with-test)) |
131 | 149 | (ppxlib (>= 0.33)) |
132 | 150 | (re (and (>= 1.9.0) :with-test)) |
| 151 | + ; Keep opam-dune-lint happy |
| 152 | + (stdlib_stable (and :with-test (= os "never"))) |
| 153 | + (stdlib_upstream_compatible (and :with-test (= os "never"))) |
133 | 154 | )) |
134 | 155 |
|
135 | 156 | (package |
|
151 | 172 | menhirLib |
152 | 173 | menhirSdk |
153 | 174 | (yojson (>= 2.1)) |
154 | | - binaryen-bin) |
| 175 | + binaryen-bin |
| 176 | + ; Keep opam-dune-lint happy |
| 177 | + (stdlib_stable (and :with-test (= os "never"))) |
| 178 | + (stdlib_upstream_compatible (and :with-test (= os "never")))) |
155 | 179 | (depopts |
156 | 180 | ocamlfind) |
157 | 181 | (conflicts |
|
0 commit comments