package dkml-c-probe

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

Install

Authors

Maintainers

Sources

v3.0.0.tar.gz
md5=6cb75ec4f6d6de79904177c42e38fbe1
sha512=05e71a0605d93d5161ef9bffcc6264a205fcc89e497e726db9e622c7e61bc505f5973acbffe8c949186c26c9b05fd0b7b4e2ac4376754fb8700e428a391f1a76

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: 07 Jun 2022

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

None

Conflicts (1)

  1. result < "1.5"