this repo has no description

Remove the compiler flag from ocaml-compiler

The presence of the flag in both ocaml-base-compiler and ocaml-compiler
causes opam's invariant computation to produce a poor invariant:

e.g. opam switch create 5.3.0~beta2 produced an invariant of
"ocaml-base-compiler" {= "5.3.0~beta2"} | "ocaml-compiler" {= "5.3.0~beta2"}
instead of the desired
"ocaml-base-compiler" {= "5.3.0~beta2"}

Changed files
+4 -4
packages
ocaml-compiler
ocaml-compiler.5.3
ocaml-compiler.5.3.0~alpha1
ocaml-compiler.5.3.0~beta1
ocaml-compiler.5.3.0~beta2
+1 -1
packages/ocaml-compiler/ocaml-compiler.5.3.0~alpha1/opam
···
# Support Packages
"flexdll" {>= "0.42" & os = "win32"}
]
-
flags: [ compiler avoid-version ]
+
flags: [ avoid-version ]
setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
x-env-path-rewrite: [
[CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
+1 -1
packages/ocaml-compiler/ocaml-compiler.5.3.0~beta1/opam
···
# Support Packages
"flexdll" {>= "0.42" & os = "win32"}
]
-
flags: [ compiler avoid-version ]
+
flags: [ avoid-version ]
setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
x-env-path-rewrite: [
[CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
+1 -1
packages/ocaml-compiler/ocaml-compiler.5.3.0~beta2/opam
···
# Support Packages
"flexdll" {>= "0.42" & os = "win32"}
]
-
flags: [ compiler avoid-version ]
+
flags: [ avoid-version ]
setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
x-env-path-rewrite: [
[CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
+1 -1
packages/ocaml-compiler/ocaml-compiler.5.3/opam
···
# Support Packages
"flexdll" {>= "0.42" & os = "win32"}
]
-
flags: [ compiler avoid-version ]
+
flags: [ avoid-version ]
setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
x-env-path-rewrite: [
[CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]