package dkml-c-probe

  1. Overview
  2. No Docs
Cross-compiler friendly ABI and library discovery for OCaml's native C compilers

Install

dune-project
 Dependency

Authors

Maintainers

Sources

3.2.0.tar.gz
md5=238cfd11173daec2b3eca8df345f42b1
sha512=0aaf15f0f893ec947ef26545af482d5536ddc2d5a34356d3004dda5c83372d0c488d79ba577dcfed27ff9e4a336f247337b5c9b57d7b2d97563ab8569a886713

Description

dkml-c-probe simplifies the creation of cross-compiling compatible foreign C stub code. It includes two components:

C_abi: Introspects OCaml's native C compiler, including cross-compilers, to determine the ABI those C compilers will generate C_conf: Supplies flags to C compilers and OCaml tools that specify the locations of C headers and C libraries

Published: 13 Nov 2025

Dependencies (3)

  1. dune-configurator >= "2.9" & build
  2. ocaml >= "4.12.1"
  3. dune >= "2.9"

Dev Dependencies (3)

  1. odoc with-doc
  2. mdx >= "2.0.0" & with-test
  3. ounit2 >= "2.2.0" & with-test

Used by (1)

  1. MlFront_Exec

Conflicts (1)

  1. result < "1.5"