package dkml-c-probe
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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)
-
dune-configurator
>= "2.9" & build -
ocaml
>= "4.12.1" -
dune
>= "2.9"
Used by (1)
Conflicts (1)
-
result
< "1.5"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page