- Fix bug with eol=CRLF not recognized on macOS .gitattributes
- Allow cross-compile dune build step
- Remove unnecessary
rresult
- Remove
failwith
- Add
Unknown
tot_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
- Add
Linux_x86
. - Switch from
(t_os, Rresult.msg) result
to(t_os, string) result
(ditto fort_abi
).
Internal version.