Skip to content

Commit 1d90ee4

Browse files
committed
bytesrw.0.3.0: rule out alpine and constrain topkg >= 1.1.1
1 parent 52542a3 commit 1d90ee4

File tree

1 file changed

+2
-1
lines changed
  • packages/bytesrw/bytesrw.0.3.0

1 file changed

+2
-1
lines changed

packages/bytesrw/bytesrw.0.3.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ depends: [
5656
"ocaml" {>= "4.14.0"}
5757
"ocamlfind" {build}
5858
"ocamlbuild" {build}
59-
"topkg" {build & >= "1.1.0"}
59+
"topkg" {build & >= "1.1.1"}
6060
]
61+
available: [ os-distribution != "alpine" ]
6162
depopts: [
6263
"conf-mbedtls"
6364
"conf-xxhash"

0 commit comments

Comments
 (0)