Skip to content

Commit 45c7fee

Browse files
authored
Merge pull request #28400 from jmid/owi-upper-bound
Set a missing upper bound for owi's smtml dependency
1 parent c7c96da commit 45c7fee

File tree

1 file changed

+3
-3
lines changed
  • packages/owi/owi.0.2

1 file changed

+3
-3
lines changed

packages/owi/owi.0.2/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage: "https://github.com/ocamlpro/owi"
1717
bug-reports: "https://github.com/ocamlpro/owi/issues"
1818
depends: [
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: [
6262
dev-repo: "git+https://github.com/ocamlpro/owi.git"
6363
available: (arch = "x86_32" | arch = "x86_64" | arch = "arm64") & os != "win32"
6464
depexts: [
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"}

0 commit comments

Comments
 (0)