We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix link to async_ssl
fix link to `string` type descriptor
who is using: link to latest opam package
Added further details on the string view use section, moved the ocaml_string as last alternative so that the alternatives that you want to most likely use appear first
Fix link to example of building using stub generation
Updated FAQ (markdown)
opam install ctypes-foreign
Cyclic type definitions.
building stubs
FAQ: how can I bind to C++ code?
FAQ: what's the best way to bind functions that act on strings?
FAQ: how can I pass OCaml functions to C?
FAQs: who is using ctypes? what documentation is available?
FAQ: incomplete types
Updated Home (markdown)
Destroyed ocaml ctypes documentation (markdown)
Initial Home page
FAQ outline
Update *:* to field and Array to CArray
load "ctypes.top" in the top level
Remove mention to returning_checking_errno
Minor typo
char ptr is the type of the ocaml representation but ptr char is the type representation value of the c type
Updated ctypes tutorial (markdown)
Updated ocaml ctypes documentation (markdown)