libctypes-ocaml

Library for binding to c libraries using pure ocaml (runtime)
  https://github.com/ocamllabs/ocaml-ctypes
  0
  no reviews



The ocaml-ctypes library makes it possible to call c functions directly from ocaml without writing or generating c code. the core of the library is a set of combinators for describing c types -- scalars, functions, structs, unions, arrays, and pointers to values and functions. type descriptions can then be used to bind native functions and values.

this package contains the shared runtime stub library and plugins.