On Fri, 27 Aug 2010 13:27:29 +0200 Stéphane Glondu <[email protected]> wrote:
> This is a very good idea! There was also a discussion about crypt() > recently, which is also too trivial to be packaged by itself. > > Beware that eventfd is Linux-specific. The hypothetic project should > somehow cope with non-Linux platforms. Ok, here we go : http://extunix.forge.ocamlcore.org/ Pushed some existing bindings, custom configure, camlp4 extension to generate two modules from single source : "full" (functions not available for the platform will throw Invalid_argument, as Unix) and "specific" (only includes functions found during configure step). Feel free to contribute and criticize. :) -- ygrek http://ygrek.org.ua/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

