dkml-base-compilerversion
OCaml cross-compiler and libraries from the DKML distribution that works with at least Win32 and macOS
The DKML distribution of the OCaml bytecode and native compiler, Stdlib and the other OCaml libraries (str, unix, bigarray, etc.). A cross-compiler for macOS x86_64 to macOS arm64 is included; for build consistency the regular OCaml compiler will be for x86_64 regardless of whether the build machine is Apple Silicon. Install with something like: opam switch create dkml-4.12.1 '--formula="dkml-base-compiler" {>= "4.12.1~" & < "4.13.0~"}'
Author | Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com> |
---|---|
License | Apache-2.0 |
Published | |
Homepage | https://github.com/diskuv/dkml-compiler |
Issue Tracker | https://github.com/diskuv/dkml-compiler/issues |
Maintainer | opensource+diskuv-ocaml@support.diskuv.com |
Available | opam-version >= "2.1.0" & (arch = "x86_64" & (os = "linux" | os = "win32" | os = "macos") | arch = "x86_32" & (os = "linux" | os = "win32") | arch = "arm64" & os = "macos") |
Dependencies |
|
Optional dependencies | |
Source [http] | https://github.com/diskuv/dkml-compiler/releases/download/1.0.2-prerel7-r2/src.tar.gz md5=6f0301013b0e5976d3753c7a5ab54061 sha512=40faf510a113439678ea2424905b1ad6c79c22315c23f688f6b4e685d90bc83161b6d0d74d65b6e750065a6df234ec4845b04b5352dc9fb9fb9442a10ef3bba3 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dkml-base-compiler/dkml-base-compiler.4.12.1~v1.0.2~prerel7/opam |
Required by
Optionally used by