this repo has no description
0
fork

Configure Feed

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

Merge pull request #18216 from Octachron/OCaml_4.12.0+4.11.2

OCaml 4.12.0, and 4.11.2

authored by

Kate and committed by
GitHub
3fa3d9a4 9f90763b

+946
+1
packages/ocaml-base-compiler/ocaml-base-compiler.4.11.2/files/ocaml-base-compiler.install
··· 1 + share_root: ["config.cache" {"ocaml/config.cache"}]
+43
packages/ocaml-base-compiler/ocaml-base-compiler.4.11.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Official release 4.11.2" 3 + maintainer: "platform@lists.ocaml.org" 4 + authors: "Xavier Leroy and many contributors" 5 + homepage: "https://ocaml.org" 6 + bug-reports: "https://github.com/ocaml/ocaml/issues" 7 + dev-repo: "git://github.com/ocaml/ocaml" 8 + depends: [ 9 + "ocaml" {= "4.11.2" & post} 10 + "base-unix" {post} 11 + "base-bigarray" {post} 12 + "base-threads" {post} 13 + ] 14 + conflict-class: "ocaml-core-compiler" 15 + flags: compiler 16 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 17 + build: [ 18 + [ 19 + "./configure" 20 + "--prefix=%{prefix}%" 21 + "-C" 22 + "CC=cc" {os = "openbsd" | os = "macos"} 23 + "ASPP=cc -c" {os = "openbsd" | os = "macos"} 24 + ] 25 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 26 + [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + ] 28 + install: [make "install"] 29 + url { 30 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 31 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 32 + } 33 + extra-files: ["ocaml-base-compiler.install" "md5=3e969b841df1f51ca448e6e6295cb451"] 34 + post-messages: [ 35 + "A failure in the middle of the build may be caused by build parallelism 36 + (enabled by default). 37 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 + {failure & jobs > 1 & os != "cygwin"} 39 + "You can try installing again including --jobs=1 40 + to force a sequential build instead." 41 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + ] 43 + available: !(os = "macos" & arch = "arm64")
+1
packages/ocaml-base-compiler/ocaml-base-compiler.4.12.0/files/ocaml-base-compiler.install
··· 1 + share_root: ["config.cache" {"ocaml/config.cache"}]
+42
packages/ocaml-base-compiler/ocaml-base-compiler.4.12.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Official release 4.12.0" 3 + maintainer: "platform@lists.ocaml.org" 4 + authors: "Xavier Leroy and many contributors" 5 + homepage: "https://ocaml.org" 6 + bug-reports: "https://github.com/ocaml/ocaml/issues" 7 + dev-repo: "git://github.com/ocaml/ocaml" 8 + depends: [ 9 + "ocaml" {= "4.12.0" & post} 10 + "base-unix" {post} 11 + "base-bigarray" {post} 12 + "base-threads" {post} 13 + "ocaml-options-vanilla" {post} 14 + ] 15 + conflict-class: "ocaml-core-compiler" 16 + flags: compiler 17 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 18 + build: [ 19 + [ 20 + "./configure" 21 + "--prefix=%{prefix}%" 22 + "-C" 23 + "CC=cc" {os = "openbsd" | os = "macos"} 24 + "ASPP=cc -c" {os = "openbsd" | os = "macos"} 25 + ] 26 + [make "-j%{jobs}%" {os != "cygwin"}] 27 + ] 28 + install: [make "install"] 29 + url { 30 + src: "https://github.com/ocaml/ocaml/archive/4.12.0.tar.gz" 31 + checksum: "sha256=adc07a3995362403f3cb11085a86354de08e5a7f9eb3c09be7bbcc38a3a26744" 32 + } 33 + extra-files: ["ocaml-base-compiler.install" "md5=3e969b841df1f51ca448e6e6295cb451"] 34 + post-messages: [ 35 + "A failure in the middle of the build may be caused by build parallelism 36 + (enabled by default). 37 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 + {failure & jobs > 1 & os != "cygwin"} 39 + "You can try installing again including --jobs=1 40 + to force a sequential build instead." 41 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + ]
+26
packages/ocaml-manual/ocaml-manual.4.12.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 3 + authors: [ "Xavier Leroy" 4 + "Damien Doligez" 5 + "Alain Frisch" 6 + "Jacques Garrigue" 7 + "Didier Rémy" 8 + "Jérôme Vouillon" ] 9 + homepage: "http://ocaml.org/" 10 + doc: "http://caml.inria.fr/pub/docs/manual-ocaml/" 11 + license: "(c) Institut National de Recherche en Informatique et en Automatique (INRIA)" 12 + dev-repo: "git+https://github.com/ocaml/ocaml.git" 13 + bug-reports: "https://github.com/ocaml/ocaml/issues" 14 + install: 15 + [ 16 + [ "cp" "-R" "." ocaml-manual:doc ] {os != "win32"} 17 + [ "robocopy" "/E" "." ocaml-manual:doc ] {os = "win32"} 18 + ] 19 + synopsis: "The OCaml system manual" 20 + depends: [ 21 + "ocaml" {>= "4.12.0" & < "4.13.0"} 22 + ] 23 + url { 24 + src: "http://caml.inria.fr/distrib/ocaml-4.12/ocaml-4.12-refman-html.tar.gz" 25 + checksum: "md5=1bda3d0a46328a985c817d551423e2c6" 26 + }
+1
packages/ocaml-src/ocaml-src.4.11.2/files/META
··· 1 + version = "4.11.2"
+14
packages/ocaml-src/ocaml-src.4.11.2/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "opam-devel@lists.ocaml.org" 3 + authors: "OCaml contributors" 4 + homepage: "http://ocaml.org/" 5 + install: ["cp" "-r" "." "%{lib}%/ocaml-src"] 6 + synopsis: "Compiler sources" 7 + depends: [ 8 + "ocaml" {= "4.11.2"} 9 + ] 10 + extra-files: ["META" "md5=6b213d982a77b5ac9d3b652e2e55493a"] 11 + url { 12 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 13 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 14 + }
+1
packages/ocaml-src/ocaml-src.4.12.0/files/META
··· 1 + version = "4.12.0"
+16
packages/ocaml-src/ocaml-src.4.12.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "opam-devel@lists.ocaml.org" 3 + authors: "OCaml contributors" 4 + homepage: "http://ocaml.org/" 5 + install: ["cp" "-r" "." "%{lib}%/ocaml-src"] 6 + synopsis: "Compiler sources" 7 + depends: [ 8 + "ocaml" {= "4.12.0"} 9 + ] 10 + extra-files: ["META" "md5=13fa5fa174150d988a329d9914dab3fc"] 11 + url { 12 + src: "https://github.com/ocaml/ocaml/archive/4.12.0.tar.gz" 13 + checksum: "sha256=adc07a3995362403f3cb11085a86354de08e5a7f9eb3c09be7bbcc38a3a26744" 14 + } 15 + 16 +
+43
packages/ocaml-system/ocaml-system.4.11.2/files/gen_ocaml_config.ml.in
··· 1 + let () = 2 + let exe = ".exe" in 3 + let ocamlc = 4 + let (base, suffix) = 5 + let s = Sys.executable_name in 6 + if Filename.check_suffix s exe then 7 + (Filename.chop_suffix s exe, exe) 8 + else 9 + (s, "") in 10 + base ^ "c" ^ suffix in 11 + if Sys.ocaml_version <> "%{_:version}%" then 12 + (Printf.eprintf 13 + "ERROR: The compiler found at %%s has version %%s,\n\ 14 + and this package requires %{_:version}%.\n\ 15 + You should use e.g. 'opam switch create %{_:name}%.%%s' \ 16 + instead." 17 + ocamlc Sys.ocaml_version Sys.ocaml_version; 18 + exit 1) 19 + else 20 + let ocamlc_digest = Digest.to_hex (Digest.file ocamlc) in 21 + let libdir = 22 + if Sys.command (ocamlc^" -where > %{_:name}%.config") = 0 then 23 + let ic = open_in "%{_:name}%.config" in 24 + let r = input_line ic in 25 + close_in ic; 26 + Sys.remove "%{_:name}%.config"; 27 + r 28 + else 29 + failwith "Bad return from 'ocamlc -where'" 30 + in 31 + let graphics = Filename.concat libdir "graphics.cmi" in 32 + let graphics_digest = 33 + if Sys.file_exists graphics then 34 + Digest.to_hex (Digest.file graphics) 35 + else 36 + String.make 32 '0' 37 + in 38 + let oc = open_out "%{_:name}%.config" in 39 + Printf.fprintf oc "opam-version: \"2.0\"\n\ 40 + file-depends: [ [ %%S %%S ] [ %%S %%S ] ]\n\ 41 + variables { path: %%S }\n" 42 + ocamlc ocamlc_digest graphics graphics_digest (Filename.dirname ocamlc); 43 + close_out oc
+19
packages/ocaml-system/ocaml-system.4.11.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "The OCaml compiler (system version, from outside of opam)" 3 + maintainer: "platform@lists.ocaml.org" 4 + authors: "Xavier Leroy and many contributors" 5 + homepage: "https://ocaml.org" 6 + bug-reports: "https://github.com/ocaml/ocaml/issues" 7 + dev-repo: "git://github.com/ocaml/ocaml" 8 + depends: [ 9 + "ocaml" {post} 10 + "base-unix" {post} 11 + "base-threads" {post} 12 + "base-bigarray" {post} 13 + ] 14 + conflict-class: "ocaml-core-compiler" 15 + available: sys-ocaml-version = "4.11.2" 16 + flags: compiler 17 + build: ["ocaml" "gen_ocaml_config.ml"] 18 + substs: "gen_ocaml_config.ml" 19 + extra-files: ["gen_ocaml_config.ml.in" "md5=093e7bec1ec95f9e4c6a313d73c5d840"]
+43
packages/ocaml-system/ocaml-system.4.12.0/files/gen_ocaml_config.ml.in
··· 1 + let () = 2 + let exe = ".exe" in 3 + let ocamlc = 4 + let (base, suffix) = 5 + let s = Sys.executable_name in 6 + if Filename.check_suffix s exe then 7 + (Filename.chop_suffix s exe, exe) 8 + else 9 + (s, "") in 10 + base ^ "c" ^ suffix in 11 + if Sys.ocaml_version <> "%{_:version}%" then 12 + (Printf.eprintf 13 + "ERROR: The compiler found at %%s has version %%s,\n\ 14 + and this package requires %{_:version}%.\n\ 15 + You should use e.g. 'opam switch create %{_:name}%.%%s' \ 16 + instead." 17 + ocamlc Sys.ocaml_version Sys.ocaml_version; 18 + exit 1) 19 + else 20 + let ocamlc_digest = Digest.to_hex (Digest.file ocamlc) in 21 + let libdir = 22 + if Sys.command (ocamlc^" -where > %{_:name}%.config") = 0 then 23 + let ic = open_in "%{_:name}%.config" in 24 + let r = input_line ic in 25 + close_in ic; 26 + Sys.remove "%{_:name}%.config"; 27 + r 28 + else 29 + failwith "Bad return from 'ocamlc -where'" 30 + in 31 + let graphics = Filename.concat libdir "graphics.cmi" in 32 + let graphics_digest = 33 + if Sys.file_exists graphics then 34 + Digest.to_hex (Digest.file graphics) 35 + else 36 + String.make 32 '0' 37 + in 38 + let oc = open_out "%{_:name}%.config" in 39 + Printf.fprintf oc "opam-version: \"2.0\"\n\ 40 + file-depends: [ [ %%S %%S ] [ %%S %%S ] ]\n\ 41 + variables { path: %%S }\n" 42 + ocamlc ocamlc_digest graphics graphics_digest (Filename.dirname ocamlc); 43 + close_out oc
+19
packages/ocaml-system/ocaml-system.4.12.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "The OCaml compiler (system version, from outside of opam)" 3 + maintainer: "platform@lists.ocaml.org" 4 + authors: "Xavier Leroy and many contributors" 5 + homepage: "https://ocaml.org" 6 + bug-reports: "https://github.com/ocaml/ocaml/issues" 7 + dev-repo: "git://github.com/ocaml/ocaml" 8 + depends: [ 9 + "ocaml" {post} 10 + "base-unix" {post} 11 + "base-threads" {post} 12 + "base-bigarray" {post} 13 + ] 14 + conflict-class: "ocaml-core-compiler" 15 + available: sys-ocaml-version = "4.12.0" 16 + flags: compiler 17 + build: ["ocaml" "gen_ocaml_config.ml"] 18 + substs: "gen_ocaml_config.ml" 19 + extra-files: ["gen_ocaml_config.ml.in" "md5=093e7bec1ec95f9e4c6a313d73c5d840"]
+56
packages/ocaml-variants/ocaml-variants.4.11.2+32bit/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Official release 4.11.2, compiled in 32-bit mode for 64-bit Linux and OS X hosts" 4 + maintainer: "platform@lists.ocaml.org" 5 + authors: "Xavier Leroy and many contributors" 6 + homepage: "https://ocaml.org" 7 + bug-reports: "https://github.com/ocaml/ocaml/issues" 8 + dev-repo: "git://github.com/ocaml/ocaml" 9 + depends: [ 10 + "ocaml" {= "4.11.2" & post} 11 + "base-unix" {post} 12 + "base-bigarray" {post} 13 + "base-threads" {post} 14 + ] 15 + depexts: [ 16 + ["gcc-multilib" "g++-multilib"] {os-family = "debian"} 17 + ] 18 + conflict-class: "ocaml-core-compiler" 19 + flags: compiler 20 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 21 + build: [ 22 + [ 23 + "./configure" 24 + "--prefix=%{prefix}%" 25 + "CC=gcc -m32" 26 + "AS=as --32" 27 + "ASPP=gcc -m32 -c" 28 + "--host" "i386-linux" 29 + "PARTIALLD=ld -r -melf_i386" 30 + ] {os = "linux"} 31 + [ 32 + "./configure" 33 + "--prefix=%{prefix}%" 34 + "CC=gcc -Wl,-read_only_relocs,suppress -arch i386 -m32" 35 + "AS=as -arch i386" 36 + "ASPP=gcc -arch i386 -m32 -c" 37 + "--host" "i386-apple-darwin13.2.0" 38 + ] {os = "openbsd" | os = "freebsd" | os = "macos"} 39 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 40 + [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 41 + ] 42 + install: [make "install"] 43 + url { 44 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 45 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 46 + } 47 + post-messages: [ 48 + "A failure in the middle of the build may be caused by build parallelism 49 + (enabled by default). 50 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 51 + {failure & jobs > 1 & os != "cygwin"} 52 + "You can try installing again including --jobs=1 53 + to force a sequential build instead." 54 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 55 + ] 56 + available: !(os = "macos" & arch = "arm64")
+44
packages/ocaml-variants/ocaml-variants.4.11.2+afl/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Official release 4.11.2, with afl-fuzz instrumentation" 3 + maintainer: "platform@lists.ocaml.org" 4 + authors: "Xavier Leroy and many contributors" 5 + homepage: "https://ocaml.org" 6 + bug-reports: "https://github.com/ocaml/ocaml/issues" 7 + dev-repo: "git://github.com/ocaml/ocaml" 8 + depends: [ 9 + "ocaml" {= "4.11.2" & post} 10 + "base-unix" {post} 11 + "base-bigarray" {post} 12 + "base-threads" {post} 13 + ] 14 + conflict-class: "ocaml-core-compiler" 15 + flags: compiler 16 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 17 + build: [ 18 + ["./configure" "--prefix=%{prefix}%" "--with-afl"] 19 + {os != "openbsd" & os != "macos"} 20 + [ 21 + "./configure" 22 + "--prefix=%{prefix}%" 23 + "CC=cc" 24 + "ASPP=cc -c" 25 + "--with-afl" 26 + ] {os = "openbsd" | os = "macos"} 27 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 + [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 29 + ] 30 + install: [make "install"] 31 + url { 32 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 33 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 34 + } 35 + post-messages: [ 36 + "A failure in the middle of the build may be caused by build parallelism 37 + (enabled by default). 38 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 + {failure & jobs > 1 & os != "cygwin"} 40 + "You can try installing again including --jobs=1 41 + to force a sequential build instead." 42 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + ] 44 + available: !(os = "macos" & arch = "arm64")
+43
packages/ocaml-variants/ocaml-variants.4.11.2+bytecode-only/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Official release 4.11.2, without the native-code compiler" 3 + maintainer: "platform@lists.ocaml.org" 4 + authors: "Xavier Leroy and many contributors" 5 + homepage: "https://ocaml.org" 6 + bug-reports: "https://github.com/ocaml/ocaml/issues" 7 + dev-repo: "git://github.com/ocaml/ocaml" 8 + depends: [ 9 + "ocaml" {= "4.11.2" & post} 10 + "base-unix" {post} 11 + "base-bigarray" {post} 12 + "base-threads" {post} 13 + ] 14 + conflict-class: "ocaml-core-compiler" 15 + flags: compiler 16 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 17 + build: [ 18 + ["./configure" "--prefix=%{prefix}%" "--disable-native-compiler"] 19 + {os != "openbsd" & os != "macos"} 20 + [ 21 + "./configure" 22 + "--prefix=%{prefix}%" 23 + "CC=cc" 24 + "ASPP=cc -c" 25 + "--disable-native-compiler" 26 + ] {os = "openbsd" | os = "macos"} 27 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 + ] 29 + install: [make "install"] 30 + url { 31 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 32 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 33 + } 34 + post-messages: [ 35 + "A failure in the middle of the build may be caused by build parallelism 36 + (enabled by default). 37 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 + {failure & jobs > 1 & os != "cygwin"} 39 + "You can try installing again including --jobs=1 40 + to force a sequential build instead." 41 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + ] 43 + available: !(os = "macos" & arch = "arm64")
+50
packages/ocaml-variants/ocaml-variants.4.11.2+default-unsafe-string/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Official release 4.11.2, without safe strings by default" 4 + maintainer: "platform@lists.ocaml.org" 5 + authors: "Xavier Leroy and many contributors" 6 + homepage: "https://ocaml.org" 7 + bug-reports: "https://github.com/ocaml/ocaml/issues" 8 + dev-repo: "git://github.com/ocaml/ocaml" 9 + depends: [ 10 + "ocaml" {= "4.11.2" & post} 11 + "base-unix" {post} 12 + "base-bigarray" {post} 13 + "base-threads" {post} 14 + ] 15 + conflict-class: "ocaml-core-compiler" 16 + flags: compiler 17 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 18 + build: [ 19 + [ 20 + "./configure" 21 + "--prefix=%{prefix}%" 22 + "--disable-force-safe-string" 23 + "DEFAULT_STRING=unsafe" 24 + ] {os != "openbsd" & os != "macos"} 25 + [ 26 + "./configure" 27 + "--prefix=%{prefix}%" 28 + "--disable-force-safe-string" 29 + "CC=cc" 30 + "ASPP=cc -c" 31 + "DEFAULT_STRING=unsafe" 32 + ] {os = "openbsd" | os = "macos"} 33 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 34 + [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 35 + ] 36 + install: [make "install"] 37 + url { 38 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 39 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 40 + } 41 + post-messages: [ 42 + "A failure in the middle of the build may be caused by build parallelism 43 + (enabled by default). 44 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 45 + {failure & jobs > 1 & os != "cygwin"} 46 + "You can try installing again including --jobs=1 47 + to force a sequential build instead." 48 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 49 + ] 50 + available: !(os = "macos" & arch = "arm64")
+47
packages/ocaml-variants/ocaml-variants.4.11.2+flambda+no-flat-float-array/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Official release 4.11.2, with flambda activated and --disable-flat-float-array" 4 + maintainer: "platform@lists.ocaml.org" 5 + authors: "Xavier Leroy and many contributors" 6 + homepage: "https://ocaml.org" 7 + bug-reports: "https://github.com/ocaml/ocaml/issues" 8 + dev-repo: "git://github.com/ocaml/ocaml" 9 + depends: [ 10 + "ocaml" {= "4.11.2" & post} 11 + "base-unix" {post} 12 + "base-bigarray" {post} 13 + "base-threads" {post} 14 + ] 15 + conflict-class: "ocaml-core-compiler" 16 + flags: compiler 17 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 18 + build: [ 19 + ["./configure" "--prefix=%{prefix}%" 20 + "--enable-flambda" "--disable-flat-float-array"] 21 + {os != "openbsd" & os != "macos"} 22 + [ 23 + "./configure" 24 + "--prefix=%{prefix}%" 25 + "CC=cc" 26 + "ASPP=cc -c" 27 + "--enable-flambda" 28 + "--disable-flat-float-array" 29 + ] {os = "openbsd" | os = "macos"} 30 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 + [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 32 + ] 33 + install: [make "install"] 34 + url { 35 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 36 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 37 + } 38 + post-messages: [ 39 + "A failure in the middle of the build may be caused by build parallelism 40 + (enabled by default). 41 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 + {failure & jobs > 1 & os != "cygwin"} 43 + "You can try installing again including --jobs=1 44 + to force a sequential build instead." 45 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 46 + ] 47 + available: !(os = "macos" & arch = "arm64")
+44
packages/ocaml-variants/ocaml-variants.4.11.2+flambda/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Official release 4.11.2, with flambda activated" 3 + maintainer: "platform@lists.ocaml.org" 4 + authors: "Xavier Leroy and many contributors" 5 + homepage: "https://ocaml.org" 6 + bug-reports: "https://github.com/ocaml/ocaml/issues" 7 + dev-repo: "git://github.com/ocaml/ocaml" 8 + depends: [ 9 + "ocaml" {= "4.11.2" & post} 10 + "base-unix" {post} 11 + "base-bigarray" {post} 12 + "base-threads" {post} 13 + ] 14 + conflict-class: "ocaml-core-compiler" 15 + flags: compiler 16 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 17 + build: [ 18 + ["./configure" "--prefix=%{prefix}%" "--enable-flambda"] 19 + {os != "openbsd" & os != "macos"} 20 + [ 21 + "./configure" 22 + "--prefix=%{prefix}%" 23 + "CC=cc" 24 + "ASPP=cc -c" 25 + "--enable-flambda" 26 + ] {os = "openbsd" | os = "macos"} 27 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 + [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 29 + ] 30 + install: [make "install"] 31 + url { 32 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 33 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 34 + } 35 + post-messages: [ 36 + "A failure in the middle of the build may be caused by build parallelism 37 + (enabled by default). 38 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 + {failure & jobs > 1 & os != "cygwin"} 40 + "You can try installing again including --jobs=1 41 + to force a sequential build instead." 42 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + ] 44 + available: !(os = "macos" & arch = "arm64")
+47
packages/ocaml-variants/ocaml-variants.4.11.2+fp+flambda/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Official release 4.11.2, with frame-pointers and flambda activated" 4 + maintainer: "platform@lists.ocaml.org" 5 + authors: "Xavier Leroy and many contributors" 6 + homepage: "https://ocaml.org" 7 + bug-reports: "https://github.com/ocaml/ocaml/issues" 8 + dev-repo: "git://github.com/ocaml/ocaml" 9 + depends: [ 10 + "ocaml" {= "4.11.2" & post} 11 + "base-unix" {post} 12 + "base-bigarray" {post} 13 + "base-threads" {post} 14 + ] 15 + conflict-class: "ocaml-core-compiler" 16 + flags: compiler 17 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 18 + build: [ 19 + ["./configure" "--prefix=%{prefix}%" 20 + "--enable-frame-pointers" "--enable-flambda"] 21 + {os != "openbsd" & os != "macos"} 22 + [ 23 + "./configure" 24 + "--prefix=%{prefix}%" 25 + "CC=cc" 26 + "ASPP=cc -c" 27 + "--enable-frame-pointers" 28 + "--enable-flambda" 29 + ] {os = "openbsd" | os = "macos"} 30 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 + [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 32 + ] 33 + install: [make "install"] 34 + url { 35 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 36 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 37 + } 38 + post-messages: [ 39 + "A failure in the middle of the build may be caused by build parallelism 40 + (enabled by default). 41 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 + {failure & jobs > 1 & os != "cygwin"} 43 + "You can try installing again including --jobs=1 44 + to force a sequential build instead." 45 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 46 + ] 47 + available: !(os = "macos" & arch = "arm64")
+44
packages/ocaml-variants/ocaml-variants.4.11.2+fp/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Official release 4.11.2, with frame-pointers" 3 + maintainer: "platform@lists.ocaml.org" 4 + authors: "Xavier Leroy and many contributors" 5 + homepage: "https://ocaml.org" 6 + bug-reports: "https://github.com/ocaml/ocaml/issues" 7 + dev-repo: "git://github.com/ocaml/ocaml" 8 + depends: [ 9 + "ocaml" {= "4.11.2" & post} 10 + "base-unix" {post} 11 + "base-bigarray" {post} 12 + "base-threads" {post} 13 + ] 14 + conflict-class: "ocaml-core-compiler" 15 + flags: compiler 16 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 17 + build: [ 18 + ["./configure" "--prefix=%{prefix}%" "--enable-frame-pointers"] 19 + {os != "openbsd" & os != "macos"} 20 + [ 21 + "./configure" 22 + "--prefix=%{prefix}%" 23 + "CC=cc" 24 + "ASPP=cc -c" 25 + "--enable-frame-pointers" 26 + ] {os = "openbsd" | os = "macos"} 27 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 + [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 29 + ] 30 + install: [make "install"] 31 + url { 32 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 33 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 34 + } 35 + post-messages: [ 36 + "A failure in the middle of the build may be caused by build parallelism 37 + (enabled by default). 38 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 + {failure & jobs > 1 & os != "cygwin"} 40 + "You can try installing again including --jobs=1 41 + to force a sequential build instead." 42 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + ] 44 + available: !(os = "macos" & arch = "arm64")
+51
packages/ocaml-variants/ocaml-variants.4.11.2+musl+flambda/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Official release 4.11.2, compiled with musl-gcc and with flambda activated" 4 + description: 5 + "Requires musl-gcc to be installed (package musl on Arch Linux or musl-tools on Debian)" 6 + maintainer: "platform@lists.ocaml.org" 7 + authors: "Xavier Leroy and many contributors" 8 + homepage: "https://ocaml.org" 9 + bug-reports: "https://github.com/ocaml/ocaml/issues" 10 + dev-repo: "git://github.com/ocaml/ocaml" 11 + depends: [ 12 + "ocaml" {= "4.11.2" & post} 13 + "base-unix" {post} 14 + "base-bigarray" {post} 15 + "base-threads" {post} 16 + ] 17 + depexts: [ 18 + ["musl-tools"] {os-family = "debian"} 19 + ["musl"] {os-distribution = "arch"} 20 + ] 21 + conflict-class: "ocaml-core-compiler" 22 + flags: compiler 23 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 24 + build: [ 25 + ["./configure" "--prefix=%{prefix}%"] 26 + {os != "openbsd" & os != "freebsd" & os != "macos" & os != "linux"} 27 + [ 28 + "./configure" 29 + "--prefix=%{prefix}%" 30 + "CC=musl-gcc -Os" 31 + "ASPP=musl-gcc -c" 32 + "--enable-flambda" 33 + ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 34 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 35 + [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 36 + ] 37 + install: [make "install"] 38 + url { 39 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 40 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 41 + } 42 + post-messages: [ 43 + "A failure in the middle of the build may be caused by build parallelism 44 + (enabled by default). 45 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 46 + {failure & jobs > 1 & os != "cygwin"} 47 + "You can try installing again including --jobs=1 48 + to force a sequential build instead." 49 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 50 + ] 51 + available: !(os = "macos" & arch = "arm64")
+54
packages/ocaml-variants/ocaml-variants.4.11.2+musl+static+flambda/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Official release 4.11.2, compiled with musl-gcc -static and with flambda activated" 4 + description: 5 + "Requires musl-gcc to be installed (package musl on Arch Linux, musl-tools on Debian, musl-dev on Alpine)" 6 + maintainer: "platform@lists.ocaml.org" 7 + authors: "Xavier Leroy and many contributors" 8 + homepage: "https://ocaml.org" 9 + bug-reports: "https://github.com/ocaml/ocaml/issues" 10 + dev-repo: "git://github.com/ocaml/ocaml" 11 + depends: [ 12 + "ocaml" {= "4.11.2" & post} 13 + "base-unix" {post} 14 + "base-bigarray" {post} 15 + "base-threads" {post} 16 + ] 17 + depexts: [ 18 + ["musl-tools"] {os-family = "debian"} 19 + ["musl"] {os-distribution = "arch"} 20 + ["musl-dev"] {os-distribution = "alpine"} 21 + ] 22 + conflict-class: "ocaml-core-compiler" 23 + flags: compiler 24 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 25 + build: [ 26 + ["./configure" "--prefix=%{prefix}%"] 27 + {os != "openbsd" & os != "freebsd" & os != "macos" & os != "linux"} 28 + [ 29 + "./configure" 30 + "--prefix=%{prefix}%" 31 + "CC=musl-gcc" {os-distribution != "alpine"} 32 + "CFLAGS=-Os" 33 + "ASPP=musl-gcc -c" {os-distribution != "alpine"} 34 + "--enable-flambda" 35 + "LIBS=-static" 36 + ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 37 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 38 + [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 39 + ] 40 + install: [make "install"] 41 + url { 42 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 43 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 44 + } 45 + post-messages: [ 46 + "A failure in the middle of the build may be caused by build parallelism 47 + (enabled by default). 48 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 49 + {failure & jobs > 1 & os != "cygwin"} 50 + "You can try installing again including --jobs=1 51 + to force a sequential build instead." 52 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 53 + ] 54 + available: !(os = "macos" & arch = "arm64")
+45
packages/ocaml-variants/ocaml-variants.4.11.2+no-flat-float-array/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Official release 4.11.2 with --disable-flat-float-array" 4 + maintainer: "platform@lists.ocaml.org" 5 + authors: "Xavier Leroy and many contributors" 6 + homepage: "https://ocaml.org" 7 + bug-reports: "https://github.com/ocaml/ocaml/issues" 8 + dev-repo: "git://github.com/ocaml/ocaml" 9 + depends: [ 10 + "ocaml" {= "4.11.2" & post} 11 + "base-unix" {post} 12 + "base-bigarray" {post} 13 + "base-threads" {post} 14 + ] 15 + conflict-class: "ocaml-core-compiler" 16 + flags: compiler 17 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 18 + build: [ 19 + ["./configure" "--prefix=%{prefix}%" "--disable-flat-float-array"] 20 + {os != "openbsd" & os != "macos"} 21 + [ 22 + "./configure" 23 + "--prefix=%{prefix}%" 24 + "CC=cc" 25 + "ASPP=cc -c" 26 + "--disable-flat-float-array" 27 + ] {os = "openbsd" | os = "macos"} 28 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 + [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + ] 31 + install: [make "install"] 32 + url { 33 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 34 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 35 + } 36 + post-messages: [ 37 + "A failure in the middle of the build may be caused by build parallelism 38 + (enabled by default). 39 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 + {failure & jobs > 1 & os != "cygwin"} 41 + "You can try installing again including --jobs=1 42 + to force a sequential build instead." 43 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 44 + ] 45 + available: !(os = "macos" & arch = "arm64")
+44
packages/ocaml-variants/ocaml-variants.4.11.2+spacetime/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Official release 4.11.2, with spacetime activated" 3 + maintainer: "platform@lists.ocaml.org" 4 + authors: "Xavier Leroy and many contributors" 5 + homepage: "https://ocaml.org" 6 + bug-reports: "https://github.com/ocaml/ocaml/issues" 7 + dev-repo: "git://github.com/ocaml/ocaml" 8 + depends: [ 9 + "ocaml" {= "4.11.2" & post} 10 + "base-unix" {post} 11 + "base-bigarray" {post} 12 + "base-threads" {post} 13 + ] 14 + conflict-class: "ocaml-core-compiler" 15 + flags: compiler 16 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 17 + build: [ 18 + ["./configure" "--prefix=%{prefix}%" "--enable-spacetime"] 19 + {os != "openbsd" & os != "macos"} 20 + [ 21 + "./configure" 22 + "--prefix=%{prefix}%" 23 + "CC=cc" 24 + "ASPP=cc -c" 25 + "--enable-spacetime" 26 + ] {os = "openbsd" | os = "macos"} 27 + [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 + [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 29 + ] 30 + install: [make "install"] 31 + url { 32 + src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz" 33 + checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09" 34 + } 35 + post-messages: [ 36 + "A failure in the middle of the build may be caused by build parallelism 37 + (enabled by default). 38 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 + {failure & jobs > 1 & os != "cygwin"} 40 + "You can try installing again including --jobs=1 41 + to force a sequential build instead." 42 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + ] 44 + available: !(os = "macos" & arch = "arm64")
+1
packages/ocaml-variants/ocaml-variants.4.12.0+options/files/ocaml-variants.install
··· 1 + share_root: ["config.cache" {"ocaml/config.cache"}]
+78
packages/ocaml-variants/ocaml-variants.4.12.0+options/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Official release of OCaml 4.12.0" 3 + maintainer: "platform@lists.ocaml.org" 4 + authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] 5 + homepage: "https://ocaml.org" 6 + bug-reports: "https://github.com/ocaml/ocaml/issues" 7 + dev-repo: "git://github.com/ocaml/ocaml#4.12" 8 + depends: [ 9 + "ocaml" {= "4.12.0" & post} 10 + "base-unix" {post} 11 + "base-bigarray" {post} 12 + "base-threads" {post} 13 + ] 14 + conflict-class: "ocaml-core-compiler" 15 + flags: compiler 16 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 17 + build: [ 18 + [ 19 + "./configure" 20 + "--prefix=%{prefix}%" 21 + "-C" 22 + "--with-afl" {ocaml-option-afl:installed} 23 + "--disable-native-compiler" {ocaml-option-bytecode-only:installed} 24 + "--disable-force-safe-string" {ocaml-option-default-unsafe-string:installed} 25 + "DEFAULT_STRING=unsafe" {ocaml-option-default-unsafe-string:installed} 26 + "--disable-flat-float-array" {ocaml-option-no-flat-float-array:installed} 27 + "--enable-flambda" {ocaml-option-flambda:installed} 28 + "--enable-frame-pointers" {ocaml-option-fp:installed} 29 + "--enable-spacetime" {ocaml-option-spacetime:installed} 30 + "--disable-naked-pointers" {ocaml-option-nnp:installed} 31 + "--enable-naked-pointers-checker" {ocaml-option-nnpchecker:installed} 32 + "CC=cc" {!ocaml-option-32bit:installed & !ocaml-option-musl:installed & (os="openbsd"|os="macos")} 33 + "CC=musl-gcc" {ocaml-option-musl:installed & os-distribution!="alpine"} 34 + "CFLAGS=-Os" {ocaml-option-musl:installed} 35 + "CC=gcc -m32" {ocaml-option-32bit:installed & os="linux"} 36 + "CC=gcc -Wl,-read_only_relocs,suppress -arch i386 -m32" {ocaml-option-32bit:installed & os="macos"} 37 + "ASPP=cc -c" {!ocaml-option-32bit:installed & !ocaml-option-musl:installed & (os="openbsd"|os="macos")} 38 + "ASPP=musl-gcc -c" {ocaml-option-musl:installed & os-distribution!="alpine"} 39 + "ASPP=gcc -m32 -c" {ocaml-option-32bit:installed & os="linux"} 40 + "ASPP=gcc -arch i386 -m32 -c" {ocaml-option-32bit:installed & os="macos"} 41 + "AS=as --32" {ocaml-option-32bit:installed & os="linux"} 42 + "AS=as -arch i386" {ocaml-option-32bit:installed & os="macos"} 43 + "--host=i386-linux" {ocaml-option-32bit:installed & os="linux"} 44 + "--host=i386-apple-darwin13.2.0" {ocaml-option-32bit:installed & os="macos"} 45 + "PARTIALLD=ld -r -melf_i386" {ocaml-option-32bit:installed & os="linux"} 46 + "LIBS=-static" {ocaml-option-static:installed} 47 + ] 48 + [make "-j%{jobs}%" {os != "cygwin"}] 49 + ] 50 + install: [make "install"] 51 + url { 52 + src: "https://github.com/ocaml/ocaml/archive/4.12.0.tar.gz" 53 + checksum: "sha256=adc07a3995362403f3cb11085a86354de08e5a7f9eb3c09be7bbcc38a3a26744" 54 + } 55 + extra-files: ["ocaml-variants.install" "md5=3e969b841df1f51ca448e6e6295cb451"] 56 + post-messages: [ 57 + "A failure in the middle of the build may be caused by build parallelism 58 + (enabled by default). 59 + Please file a bug report at https://github.com/ocaml/ocaml/issues" 60 + {failure & jobs > 1 & os != "cygwin"} 61 + "You can try installing again including --jobs=1 62 + to force a sequential build instead." 63 + {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 64 + ] 65 + depopts: [ 66 + "ocaml-option-32bit" 67 + "ocaml-option-afl" 68 + "ocaml-option-bytecode-only" 69 + "ocaml-option-default-unsafe-string" 70 + "ocaml-option-no-flat-float-array" 71 + "ocaml-option-flambda" 72 + "ocaml-option-fp" 73 + "ocaml-option-musl" 74 + "ocaml-option-static" 75 + "ocaml-option-spacetime" 76 + "ocaml-option-nnp" 77 + "ocaml-option-nnpchecker" 78 + ]
+29
packages/ocaml/ocaml.4.12.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "The OCaml compiler (virtual package)" 3 + description: """ 4 + This package requires a matching implementation of OCaml, 5 + and polls it to initialise specific variables like `ocaml:native-dynlink`""" 6 + maintainer: "platform@lists.ocaml.org" 7 + depends: [ 8 + "ocaml-config" {>= "2"} 9 + "ocaml-base-compiler" {>= "4.12.1~" & < "4.12.2~"} | 10 + "ocaml-variants" {>= "4.12.1~" & < "4.12.2~"} | 11 + "ocaml-system" {>= "4.12.1" & < "4.12.2~"} 12 + ] 13 + setenv: [ 14 + [CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"] 15 + [CAML_LD_LIBRARY_PATH += "%{lib}%/stublibs"] 16 + [OCAML_TOPLEVEL_PATH = "%{toplevel}%"] 17 + ] 18 + build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name] 19 + build-env: CAML_LD_LIBRARY_PATH = "" 20 + homepage: "https://ocaml.org" 21 + bug-reports: "https://github.com/ocaml/ocaml/issues" 22 + authors: [ 23 + "Xavier Leroy" 24 + "Damien Doligez" 25 + "Alain Frisch" 26 + "Jacques Garrigue" 27 + "Didier Rémy" 28 + "Jérôme Vouillon" 29 + ]