package ctypes

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.24.0.tar.gz
sha256=249c5604c8554659761a7282db4ad200aa8c0fdc408cdb53102bd70feeb51955
md5=064316aaf508a9db203f114bb8401dee

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

Module type Cstubs_inverted.INTERNALSource

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