File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ homepage: "https://github.com/ocamlpro/owi"
1717bug-reports: "https://github.com/ocamlpro/owi/issues"
1818depends: [
1919 "dune" {>= "3.0"}
20- "ocaml" {>= "5.1"}
20+ "ocaml" {>= "5.1" & < "5.2" }
2121 "integers" {>= "0.5.1"}
2222 "cmdliner"
2323 "conf-clang"
@@ -31,7 +31,7 @@ depends: [
3131 "odoc" {with-doc}
3232 "crunch" {dev}
3333 "bos"
34- "smtml"
34+ "smtml" {< "0.2.0"}
3535 "mdx" {with-test & >= "2.1"}
3636 "graphics" {dev}
3737 "tiny_httpd" {dev}
@@ -62,7 +62,7 @@ build: [
6262dev-repo: "git+https://github.com/ocamlpro/owi.git"
6363available: (arch = "x86_32" | arch = "x86_64" | arch = "arm64") & os != "win32"
6464depexts: [
65- [ "llvm" "lld" "wabt"] {os-family = "debian"}
65+ [ "llvm" "lld" "wabt"] {os-family = "debian" | os-family = "ubuntu" }
6666 [ "llvm" "wabt"] {os-family = "homebrew"}
6767 [ "llvm" "lld" "wabt" ] {os-family = "arch"}
6868 [ "llvm" "lld" "wabt" ] {os-family = "fedora"}
You can’t perform that action at this time.
0 commit comments