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 = "arm64" & os = "macos") |
Dependencies |
|
Source [http] | https://github.com/diskuv/dkml-compiler/releases/download/4.12.1-v1.0.0/src.tar.gz md5=94f9e2619e329ec6b28c0c42c4e0ced5 sha512=9bb83aeccb9054153d879c33d0999e5c648bdf2dbded6f7fc3115c984592fd117ff2d7858edb38c53389bbf480050451e4bcb86ea7e7ff59279e175b48183013 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dkml-base-compiler/dkml-base-compiler.4.12.1~v1.0.0/opam |
Required by
Optionally used by