package ctypes

  1. Overview
  2. Docs
Combinators for binding to C libraries without writing any C

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.21.1.tar.gz
sha256=6f2b3b0f26c202b75ed7df3867fd9580d3e592af4944875b92ec0ee3ca7e14ff
md5=8b201d932741c5096854e5eb39139b90

doc/ctypes.stubs/Cstubs_emit_c/index.html

Module Cstubs_emit_cSource

Sourceval format_seq : string -> (Format.formatter -> 'a -> unit) -> string -> string -> Format.formatter -> 'a list -> unit
Sourceval format_ty : Format.formatter -> Cstubs_c_language.ty -> unit
Sourceval cvar_name : [< `Global of Cstubs_c_language.cglobal | `Local of string * 'a ] -> string
Sourceval cvar : Format.formatter -> [< `Global of Cstubs_c_language.cglobal | `Local of string * 'a ] -> unit
Sourceval cconst : Format.formatter -> [< `Int of Signed.SInt.t ] -> unit
Sourceval camlxParam : Format.formatter -> string list -> unit
Sourceval camlParam : Format.formatter -> string list -> unit
Sourceval cast_unnecessary : Cstubs_c_language.ty -> Cstubs_c_language.cexp -> bool
Sourceval format_parameter_list : (string * Cstubs_c_language.ty) list -> (Format.formatter -> unit) -> Format.formatter -> unit
Sourceval storage_class : Format.formatter -> [< `Extern | `Static ] -> unit
OCaml

Innovation. Community. Security.