dkml-c-probe
Cross-compiler friendly ABI and library discovery for OCaml's native C compilers
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library dkml-c-probe
val cc_flags : t -> string list
All C compiler flags, including the equivalents of -I
val link_flags : t -> string list
All C linker flags, including the equivalents of both -L and -l
val link_flags_pathonly : t -> string list
The C linker flags which are the equivalents of -L
val link_flags_libonly : t -> string list
The C linker flags whare are the equivalents of -l