package ctypes

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.13.1.tar.gz
sha256=55cc0635c4227c9a347e0fc17137fc6550776536c3264fb4954c7e304bbe809f
md5=0e1b70d28b5b9adc8c4596d9f4dff5b9

doc/ctypes.stubs/Cstubs_inverted/module-type-INTERNAL/index.html

Module type Cstubs_inverted.INTERNAL

val enum : (string * int64) list -> 'a Ctypes.typ -> unit
val structure : _ Ctypes.structure Ctypes.typ -> unit
val union : _ Ctypes.union Ctypes.typ -> unit
val typedef : _ Ctypes.typ -> string -> unit
val internal : ?runtime_lock:bool -> string -> ('a -> 'b) Ctypes.fn -> ('a -> 'b) -> unit
OCaml

Innovation. Community. Security.