this repo has no description

Merge pull request #24845 from anmonteiro/patch-6

Add ocaml-option-no-compression to 5.1.1+trunk

Changed files
+2
packages
ocaml-variants
ocaml-variants.5.1.1+trunk
+2
packages/ocaml-variants/ocaml-variants.5.1.1+trunk/opam
···
"--disable-flat-float-array" {ocaml-option-no-flat-float-array:installed}
"--enable-flambda" {ocaml-option-flambda:installed}
"--enable-frame-pointers" {ocaml-option-fp:installed}
+
"--without-zstd" {ocaml-option-no-compression:installed}
"CC=cc" {!ocaml-option-32bit:installed & !ocaml-option-musl:installed & (os="openbsd"|os="macos")}
"CC=musl-gcc" {ocaml-option-musl:installed & os-distribution!="alpine"}
"CFLAGS=-Os" {ocaml-option-musl:installed}
···
"ocaml-option-flambda"
"ocaml-option-fp"
"ocaml-option-musl"
+
"ocaml-option-no-compression"
"ocaml-option-leak-sanitizer"
"ocaml-option-address-sanitizer"
"ocaml-option-static"