package ctypes

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.9.5.tar.gz
sha256=42a6310d5325a78c36006221c609a426fe89fc534963ec939b1f7c971e68d905
md5=fd0d441adbb2a14a1855793895b1c71e

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.