@@ -10,58 +10,10 @@ homepage: "https://ocaml.org"
1010bug-reports: "https://github.com/ocaml/opam-repository/issues"
1111depends: [
1212 "ocaml" {= "5.3.1+relocatable" & post}
13- "base-unix" {post}
14- "base-bigarray" {post}
15- "base-threads" {post}
16- "base-domains" {post}
17- "base-nnp" {post}
18- "base-effects" {post}
19- "host-arch-x86_32"
20- {os = "win32" & ?sys-ocaml-arch & sys-ocaml-arch = "i686" & post}
21- "host-arch-x86_64"
22- {os = "win32" & ?sys-ocaml-arch & sys-ocaml-arch = "x86_64" & post}
23- "host-arch-unknown"
24- {os = "win32" &
25- ((!?sys-ocaml-arch) |
26- sys-ocaml-arch != "i686" & sys-ocaml-arch != "x86_64") &
27- post}
28- "host-system-mingw"
29- {os = "win32" & ?sys-ocaml-arch & sys-ocaml-libc = "msvc" &
30- sys-ocaml-cc = "cc" &
31- post}
32- "host-system-msvc"
33- {os = "win32" & ?sys-ocaml-arch & sys-ocaml-cc = "msvc" & post}
34- "host-system-other"
35- {os = "win32" & ?sys-ocaml-arch & sys-ocaml-libc != "msvc" & post}
36- "conf-mingw-w64-gcc-x86_64"
37- {?sys-ocaml-arch & sys-ocaml-arch = "x86_64" & sys-ocaml-libc = "msvc" &
38- sys-ocaml-cc = "cc" &
39- post}
40- "conf-mingw-w64-gcc-i686"
41- {?sys-ocaml-arch & sys-ocaml-arch = "i686" & sys-ocaml-libc = "msvc" &
42- sys-ocaml-cc = "cc" &
43- post}
44- "conf-mingw-w64-zstd-x86_64"
45- {?sys-ocaml-arch & sys-ocaml-arch = "x86_64" & sys-ocaml-libc = "msvc" &
46- sys-ocaml-cc = "cc" &
47- post}
48- "conf-mingw-w64-zstd-i686"
49- {?sys-ocaml-arch & sys-ocaml-arch = "i686" & sys-ocaml-libc = "msvc" &
50- sys-ocaml-cc = "cc" &
51- post}
52- "mingw-w64-shims"
53- {?sys-ocaml-arch & sys-ocaml-libc = "msvc" & sys-ocaml-cc = "cc" &
54- os-distribution = "cygwin" &
55- post}
56- "ocaml-env-msvc32"
57- {?sys-ocaml-arch & sys-ocaml-arch = "i686" & sys-ocaml-cc = "msvc" & post}
58- "ocaml-env-msvc64"
59- {?sys-ocaml-arch & sys-ocaml-arch = "x86_64" & sys-ocaml-cc = "msvc" &
60- post}
6113]
6214conflict-class: "ocaml-core-compiler"
6315available:
64- sys-ocaml-version = "5.3.1+relocatable" & (os != "win32" | sys-ocaml-libc = "msvc")
16+ sys-ocaml-version = "5.3.1+relocatable"
6517flags: [compiler]
6618build: ["ocaml" "gen_ocaml_config.ml"]
6719dev-repo: "git+https://github.com/ocaml/ocaml"
0 commit comments