package ctypes

  1. Overview
  2. Docs
module Types : sig ... end
module type FOREIGN = sig ... end
module type BINDINGS = functor (F : sig ... end) -> sig ... end
val write_c : Format.formatter -> prefix:string -> (module BINDINGS) -> unit
val write_ml : Format.formatter -> prefix:string -> (module BINDINGS) -> unit
OCaml

Innovation. Community. Security.