package dkml-c-probe

  1. Overview
  2. 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

doc/CHANGES.html

3.2.0

  • Add get_os_name. Unlike the ABI name the operating system name is mixed-case (ex. Windows) to aid in scenarios where the operating system name is presented to users. The ABI name is canonically lowercase and will stay that way.

3.1.0

  • Fix bug with eol=CRLF not recognized on macOS .gitattributes
  • Allow cross-compile dune build step

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.