Ctypes -- Easy bindings to C libraries, from https://github.com/ocamllabs/ocaml-ctypes

 

About Ctypes
English (USA)

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 to ctypes@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.

    Your email address:  
    Your name (optional):  
    You may enter a privacy password below. This provides only mild security, but should prevent others from messing with your subscription. Do not use a valuable password as it will occasionally be emailed back to you in cleartext.

    If you choose not to enter a password, one will be automatically generated for you, and it will be sent to you once you've confirmed your subscription. You can always request a mail-back of your password when you edit your personal options.
    Pick a password:  
    Reenter password to confirm:  
    Which language do you prefer to display your messages? English (USA)  
    Would you like to receive list mail batched in a daily digest? No Yes
Ctypes Subscribers
(The subscribers list is only available to the list members.)

Enter your address and password to visit the subscribers list:

Address: Password:   

To unsubscribe from Ctypes, get a password reminder, or change your subscription options enter your subscription email address:

If you leave the field blank, you will be prompted for your email address


Ctypes list run by yallop at gmail.com
Ctypes administrative interface (requires authorization)
Overview of all lists.ocaml.org mailing lists

Delivered by Mailman
version 2.1.15
Python Powered GNU's Not Unix