this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25233 from dra27/ocaml-option-no-compression

Fix missing ocaml-option-no-compression

authored by

Marcello Seri and committed by
GitHub
3f23e7f5 844a9002

+4
+1
packages/ocaml-variants/ocaml-variants.5.2.0+trunk/opam
··· 72 72 "ocaml-option-no-flat-float-array" 73 73 "ocaml-option-flambda" 74 74 "ocaml-option-fp" 75 + "ocaml-option-no-compression" 75 76 "ocaml-option-musl" 76 77 "ocaml-option-leak-sanitizer" 77 78 "ocaml-option-address-sanitizer"
+1
packages/ocaml-variants/ocaml-variants.5.2.0~alpha1+options/opam
··· 74 74 "ocaml-option-no-flat-float-array" 75 75 "ocaml-option-flambda" 76 76 "ocaml-option-fp" 77 + "ocaml-option-no-compression" 77 78 "ocaml-option-musl" 78 79 "ocaml-option-leak-sanitizer" 79 80 "ocaml-option-address-sanitizer"
+2
packages/ocaml-variants/ocaml-variants.5.3.0+trunk/opam
··· 41 41 "--disable-flat-float-array" {ocaml-option-no-flat-float-array:installed} 42 42 "--enable-flambda" {ocaml-option-flambda:installed} 43 43 "--enable-frame-pointers" {ocaml-option-fp:installed} 44 + "--without-zstd" {ocaml-option-no-compression:installed} 44 45 "--enable-tsan" {ocaml-option-tsan:installed} 45 46 "CC=cc" {!ocaml-option-32bit:installed & !ocaml-option-musl:installed & (os="openbsd"|os="macos")} 46 47 "CC=clang" {ocaml-option-tsan:installed & (os="macos")} ··· 71 72 "ocaml-option-no-flat-float-array" 72 73 "ocaml-option-flambda" 73 74 "ocaml-option-fp" 75 + "ocaml-option-no-compression" 74 76 "ocaml-option-musl" 75 77 "ocaml-option-leak-sanitizer" 76 78 "ocaml-option-address-sanitizer"