package ctypes

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.15.0.tar.gz
sha256=f607c7a3d0b0ab368aa6fb23e4289df2cf6c05541ae2766073ff6e8a35171bac
md5=cf151f2713bda6ce5e43124f5f57a6b7

doc/ctypes.stubs/Cstubs/module-type-BINDINGS/argument-1-F/index.html

Parameter BINDINGS.F

type 'a fn
type 'a return
val (@->) : 'a Ctypes.typ -> 'b fn -> ('a -> 'b) fn
val returning : 'a Ctypes.typ -> 'a return fn
type 'a result = unit
val foreign : string -> ('a -> 'b) fn -> ('a -> 'b) result
val foreign_value : string -> 'a Ctypes.typ -> 'a Ctypes.ptr result
OCaml

Innovation. Community. Security.