File tree Expand file tree Collapse file tree 5 files changed +6
-1
lines changed
yocaml_yaml/yocaml_yaml.1.0.0 Expand file tree Collapse file tree 5 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ license: "BSD-2-Clause"
28
28
homepage: "https://github.com/rems-project/sail"
29
29
bug-reports: "https://github.com/rems-project/sail/issues"
30
30
depends: [
31
+ "ocaml" {< "5.3"}
31
32
"dune" {>= "3.0"}
32
33
"dune-site" {>= "3.0.2"}
33
34
"menhir" {build & >= "20180523"}
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ license: "BSD-2-Clause"
28
28
homepage: "https://github.com/rems-project/sail"
29
29
bug-reports: "https://github.com/rems-project/sail/issues"
30
30
depends: [
31
+ "ocaml" {< "5.3"}
31
32
"dune" {>= "3.0"}
32
33
"dune-site" {>= "3.0.2"}
33
34
"bisect_ppx" {dev & >= "2.5.0"}
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ license: "BSD-2-Clause"
28
28
homepage: "https://github.com/rems-project/sail"
29
29
bug-reports: "https://github.com/rems-project/sail/issues"
30
30
depends: [
31
+ "ocaml" {< "5.3"}
31
32
"dune" {>= "3.0"}
32
33
"dune-site" {>= "3.0.2"}
33
34
"bisect_ppx" {dev & >= "2.5.0"}
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ license: "BSD-2-Clause"
28
28
homepage: "https://github.com/rems-project/sail"
29
29
bug-reports: "https://github.com/rems-project/sail/issues"
30
30
depends: [
31
+ "ocaml"
31
32
"dune" {>= "3.0"}
32
33
"dune-site" {>= "3.0.2"}
33
34
"bisect_ppx" {dev & >= "2.5.0"}
@@ -41,6 +42,7 @@ depends: [
41
42
"pprint" {>= "20220103"}
42
43
"odoc" {with-doc}
43
44
]
45
+ build-env: OCAMLPARAM = "_,w=-46,keywords=5.2" # uses the effect keyword
44
46
build: [
45
47
["dune" "subst"] {dev}
46
48
[
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
20
20
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
21
21
22
22
depends: [
23
- "ocaml" { >= "4.11.1" }
23
+ "ocaml" { >= "4.11.1" & < "5.3" }
24
24
"dune" { >= "2.8" }
25
25
"odoc" {with-doc}
26
26
"preface" { >= "1.0.0" }
You can’t perform that action at this time.
0 commit comments