package dkml-base-compiler

  1. Overview
  2. No Docs
OCaml cross-compiler and libraries from the DKML distribution that works with at least Win32 and macOS

Install

Dune Dependency

Authors

Maintainers

Sources

src.tar.gz
md5=6f0301013b0e5976d3753c7a5ab54061
sha512=40faf510a113439678ea2424905b1ad6c79c22315c23f688f6b4e685d90bc83161b6d0d74d65b6e750065a6df234ec4845b04b5352dc9fb9fb9442a10ef3bba3

Description

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~"}'

Published: 17 Nov 2022

Dependencies (5)

  1. dkml-runtime-common = "1.0.2~prerel7"
  2. base-threads post
  3. base-bigarray post
  4. base-unix post
  5. ocaml = "4.12.1" & post

Dev Dependencies

None

Conflicts

None