package ctypes

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.10.3.tar.gz
sha256=c11f87f8d156f2db4139993c33e9932e9e9ea27baf2c69aa709fa5ee55c73a9d
md5=fc8ced9282ddbda2575a5b62b7fc99e6

doc/ctypes.stubs/Cstubs/Types/index.html

Module Cstubs.Types

module type TYPE = sig ... end
module type BINDINGS = functor (F : TYPE) -> sig ... end
val write_c : Format.formatter -> (module BINDINGS) -> unit
OCaml

Innovation. Community. Security.