package dkml-c-probe

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

CHANGES.md.html

3.0.0

  • Remove unnecessary rresult

  • Remove failwith

  • Add Unknown to t_abi and other sum types

  • Avoid compiler issues by defaulting to Unknown in the C header

  • Add C_conf module

  • Add OpenBSD, FreeBSD, NetBSD and DragonFly on x86_64 architectures

  • Add CI for cross-compiling on macOS

2.0.0

  • Add Linux_x86.

  • Switch from (t_os, Rresult.msg) result to (t_os, string) result (ditto for t_abi).

1.0.0

Internal version.