Ctypes Info Page (original) (raw)
| Ctypes -- Easy bindings to C libraries, from https://github.com/ocamllabs/ocaml-ctypes | | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | | | | | About Ctypes | | | ctypes is a library for binding to C libraries using pure OCaml. The primary aim is to make writing C extensions as straightforward as possible.The core of ctypes is a set of combinators for describing the structure of C types -- numeric types, arrays, pointers, structs, unions and functions. You can use these combinators to describe the types of the functions that you want to call, then bind directly to those functions -- all without writing or generating any C! To see the collection of prior postings to the list, visit the Ctypes Archives. | | | Using Ctypes | | | To post a message to all the list members, send email toctypes@lists.ocaml.org.You can subscribe to the list, or change your existing subscription, in the sections below. | | | Subscribing to Ctypes | | | Subscribe to Ctypes by filling out the following form. You will be sent email requesting confirmation, to prevent others from gratuitously subscribing you. This is a private list, which means that the list of members is not available to non-members. | | | Ctypes Subscribers | | | | |
Ctypes list run by yallop at gmail.com
Ctypes administrative interface (requires authorization)
Overview of all lists.ocaml.org mailing lists